diff --git a/allianceauth/authentication/templates/authentication/tokens.html b/allianceauth/authentication/templates/authentication/tokens.html
index fc9b9c35..3fb54b06 100644
--- a/allianceauth/authentication/templates/authentication/tokens.html
+++ b/allianceauth/authentication/templates/authentication/tokens.html
@@ -31,7 +31,7 @@
{% for s in t.scopes.all %}
- {{ s.name }}
+ {{ s.name }}
{% endfor %}
|
diff --git a/allianceauth/corputils/templates/corputils/corpstats.html b/allianceauth/corputils/templates/corputils/corpstats.html
index 777b3c61..c464fed5 100644
--- a/allianceauth/corputils/templates/corputils/corpstats.html
+++ b/allianceauth/corputils/templates/corputils/corpstats.html
@@ -138,7 +138,7 @@
{{ alt.corporation_name }} |
{{ alt.alliance_name|default_if_none:"" }} |
-
+
{% translate "Killboard" %}
|
@@ -175,7 +175,7 @@
 |
{{ member }} |
- {% translate "Killboard" %}
+ {% translate "Killboard" %}
|
{{ member.character_ownership.user.profile.main_character.character_name }} |
{{ member.character_ownership.user.profile.main_character.corporation_name }} |
@@ -188,7 +188,7 @@
 |
{{ member.character_name }} |
- {% translate "Killboard" %}
+ {% translate "Killboard" %}
|
|
|
@@ -219,7 +219,7 @@
 |
{{ member.character_name }} |
-
+
{% translate "Killboard" %}
|
diff --git a/allianceauth/corputils/templates/corputils/search.html b/allianceauth/corputils/templates/corputils/search.html
index 2e2181f9..c23ae03d 100644
--- a/allianceauth/corputils/templates/corputils/search.html
+++ b/allianceauth/corputils/templates/corputils/search.html
@@ -28,7 +28,7 @@
 |
{{ result.1.character_name }} |
{{ result.0.corp.corporation_name }} |
- {% translate "Killboard" %} |
+ {% translate "Killboard" %} |
{{ result.1.main_character.character_name }} |
{{ result.1.main_character.corporation_name }} |
{{ result.1.main_character.alliance_name }} |
diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html
index 486851d2..872b5559 100644
--- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html
+++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html
@@ -80,7 +80,7 @@
{% for link in created_fats %}
-
+
{{ link.fleet }}
|
diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html
index 519374ce..57eb3351 100644
--- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html
+++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html
@@ -97,7 +97,7 @@
{% for link in fatlinks %}
- {{ link.fleet }}
+ {{ link.fleet }}
|
{{ link.creator.username }} |
{{ link.fleet }} |
diff --git a/allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html b/allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html
index cf67ba5a..b0fdae1e 100644
--- a/allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html
+++ b/allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html
@@ -39,12 +39,12 @@
{% if group.authgroup.hidden %}
- {% translate "Hidden" %}
+ {% translate "Hidden" %}
{% endif %}
{% if group.authgroup.open %}
- {% translate "Open" %}
+ {% translate "Open" %}
{% else %}
- {% translate "Requestable" %}
+ {% translate "Requestable" %}
{% endif %}
|
diff --git a/allianceauth/groupmanagement/templates/groupmanagement/groups.html b/allianceauth/groupmanagement/templates/groupmanagement/groups.html
index 378a64d9..02ed1535 100644
--- a/allianceauth/groupmanagement/templates/groupmanagement/groups.html
+++ b/allianceauth/groupmanagement/templates/groupmanagement/groups.html
@@ -17,7 +17,7 @@
{% translate "Group Management" %}
{% if req_count %}
- {{ req_count }}
+ {{ req_count }}
{% endif %}
@@ -33,8 +33,8 @@
{% translate "Description" %} |
{% translate "Leaders" %}
- {% translate "User" %}
- {% translate "Group" %}
+ {% translate "User" %}
+ {% translate "Group" %}
|
|
@@ -53,13 +53,13 @@
{% if g.group.authgroup.group_leaders.all.count %}
{% for leader in g.group.authgroup.group_leaders.all %}
{% if leader.profile.main_character %}
- {{leader.profile.main_character}}
+ {{leader.profile.main_character}}
{% endif %}
{% endfor %}
{% endif %}
{% if g.group.authgroup.group_leader_groups.all.count %}
{% for group in g.group.authgroup.group_leader_groups.all %}
- {{group.name}}
+ {{group.name}}
{% endfor %}
{% endif %}
diff --git a/allianceauth/groupmanagement/templates/groupmanagement/index.html b/allianceauth/groupmanagement/templates/groupmanagement/index.html
index 7cde5bf0..3171b055 100644
--- a/allianceauth/groupmanagement/templates/groupmanagement/index.html
+++ b/allianceauth/groupmanagement/templates/groupmanagement/index.html
@@ -19,7 +19,7 @@
{% translate "Join Requests" %}
{% if acceptrequests %}
- {{ acceptrequests|length }}
+ {{ acceptrequests|length }}
{% endif %}
@@ -30,7 +30,7 @@
{% translate "Leave Requests" %}
{% if leaverequests %}
- {{ leaverequests|length }}
+ {{ leaverequests|length }}
{% endif %}
diff --git a/allianceauth/hrapplications/templates/hrapplications/management.html b/allianceauth/hrapplications/templates/hrapplications/management.html
index 370b6300..36bf592e 100644
--- a/allianceauth/hrapplications/templates/hrapplications/management.html
+++ b/allianceauth/hrapplications/templates/hrapplications/management.html
@@ -43,11 +43,11 @@
{{ personal_app.form.corp.corporation_name }} |
{% if personal_app.approved == None %}
- {% translate "Pending" %}
+ {% translate "Pending" %}
{% elif personal_app.approved == True %}
- {% translate "Approved" %}
+ {% translate "Approved" %}
{% else %}
- {% translate "Rejected" %}
+ {% translate "Rejected" %}
{% endif %}
|
@@ -133,14 +133,14 @@
|
{% if app.approved == None %}
{% if app.reviewer_str %}
- {% translate "Reviewer:" %} {{ app.reviewer_str }}
+ {% translate "Reviewer:" %} {{ app.reviewer_str }}
{% else %}
- {% translate "Pending" %}
+ {% translate "Pending" %}
{% endif %}
{% elif app.approved == True %}
- {% translate "Approved" %}
+ {% translate "Approved" %}
{% else %}
- {% translate "Rejected" %}
+ {% translate "Rejected" %}
{% endif %}
|
@@ -177,14 +177,14 @@
|
{% if app.approved == None %}
{% if app.reviewer_str %}
- {% translate "Reviewer:" %} {{ app.reviewer_str }}
+ {% translate "Reviewer:" %} {{ app.reviewer_str }}
{% else %}
- {% translate "Pending" %}
+ {% translate "Pending" %}
{% endif %}
{% elif app.approved == True %}
- {% translate "Approved" %}
+ {% translate "Approved" %}
{% else %}
- {% translate "Rejected" %}
+ {% translate "Rejected" %}
{% endif %}
|
diff --git a/allianceauth/hrapplications/templates/hrapplications/searchview.html b/allianceauth/hrapplications/templates/hrapplications/searchview.html
index c667e95c..bb446f22 100644
--- a/allianceauth/hrapplications/templates/hrapplications/searchview.html
+++ b/allianceauth/hrapplications/templates/hrapplications/searchview.html
@@ -43,11 +43,11 @@
| {{ app.form.corp }} |
{% if app.approved == None %}
- {% translate "Pending" %}
+ {% translate "Pending" %}
{% elif app.approved == True %}
- {% translate "Approved" %}
+ {% translate "Approved" %}
{% else %}
- {% translate "Rejected" %}
+ {% translate "Rejected" %}
{% endif %}
|
diff --git a/allianceauth/hrapplications/templates/hrapplications/view.html b/allianceauth/hrapplications/templates/hrapplications/view.html
index 4b01a27f..d88009b4 100644
--- a/allianceauth/hrapplications/templates/hrapplications/view.html
+++ b/allianceauth/hrapplications/templates/hrapplications/view.html
@@ -31,7 +31,7 @@
|
{% translate "Link" %}
+ target="_blank" class="badge text-bg-warning">{% translate "Link" %}
|
{{ srpfleetrequest.additional_info }} |
{{ srpfleetrequest.srp_ship_name }} |
@@ -105,15 +105,15 @@ ESC to cancel{% endblocktranslate %}" id="blah">
{{ srpfleetrequest.post_time | date:"Y-M-d H:i" }} |
{% if srpfleetrequest.srp_status == "Approved" %}
-
+
{% translate "Approved" %}
{% elif srpfleetrequest.srp_status == "Rejected" %}
-
+
{% translate "Rejected" %}
{% else %}
-
+
{% translate "Pending" %}
{% endif %}
diff --git a/allianceauth/srp/templates/srp/management.html b/allianceauth/srp/templates/srp/management.html
index 5cb250bb..5918673f 100644
--- a/allianceauth/srp/templates/srp/management.html
+++ b/allianceauth/srp/templates/srp/management.html
@@ -61,20 +61,20 @@
{{ srpfleet.fleet_time | date:"Y-m-d H:i" }} |
{{ srpfleet.fleet_doctrine }} |
-
+
{{ srpfleet.fleet_commander.character_name }}
|
{% if srpfleet.fleet_srp_aar_link %}
- {% translate "Link" %}
+ {% translate "Link" %}
{% endif %}
|
{% if srpfleet.fleet_srp_code %}
- {{ srpfleet.fleet_srp_code }}
+ {{ srpfleet.fleet_srp_code }}
{% else %}
-
+
{% translate "Disabled" %}
{% endif %}
@@ -83,17 +83,17 @@
{% if srpfleet.fleet_srp_status == "" %}
-
+
{% translate "Pending" %}
{% else %}
-
+
{% translate "Completed" %}
{% endif %}
|
- {{ srpfleet.pending_requests }}
+ {{ srpfleet.pending_requests }}
|
diff --git a/allianceauth/templates/allianceauth/admin-status/celery_bar_partial.html b/allianceauth/templates/allianceauth/admin-status/celery_bar_partial.html
index d322bba4..b926917f 100644
--- a/allianceauth/templates/allianceauth/admin-status/celery_bar_partial.html
+++ b/allianceauth/templates/allianceauth/admin-status/celery_bar_partial.html
@@ -2,7 +2,7 @@
{% load admin_status %}
|
{% if timer.objective == "Hostile" %}
-
+
{% translate "Hostile" %}
{% endif %}
{% if timer.objective == "Friendly" %}
-
+
{% translate "Friendly" %}
{% endif %}
{% if timer.objective == "Neutral" %}
-
+
{% translate "Neutral" %}
{% endif %}
diff --git a/allianceauth/timerboard/templates/timerboard/timertable.html b/allianceauth/timerboard/templates/timerboard/timertable.html
index 4e97ae6e..9028e1c4 100644
--- a/allianceauth/timerboard/templates/timerboard/timertable.html
+++ b/allianceauth/timerboard/templates/timerboard/timertable.html
@@ -21,7 +21,7 @@
{% for timer in timers %}
-
+
{{ timer.details }}
@@ -34,15 +34,15 @@
|
{% comment %} Objective: Hostile (BG: Danger) {% endcomment %}
{% if timer.objective == "Hostile" %}
-
+
{% comment %} Objective: Friendly (BG: Primare) {% endcomment %}
{% elif timer.objective == "Friendly" %}
-
+
{% comment %} Objective: Neutral (BG: Secondary) {% endcomment %}
{% elif timer.objective == "Neutral" %}
-
+
{% endif %}
{{ timer.get_objective_display }}
@@ -54,7 +54,7 @@
|
-
+
{{ timer.get_structure_display }}
|
diff --git a/allianceauth/timerboard/templates/timerboard/view.html b/allianceauth/timerboard/templates/timerboard/view.html
index ae977a5f..9aa742cd 100644
--- a/allianceauth/timerboard/templates/timerboard/view.html
+++ b/allianceauth/timerboard/templates/timerboard/view.html
@@ -28,7 +28,7 @@
{% block content %}
-
+
{% translate "Current EVE time:" %}
| | |