diff --git a/allianceauth/authentication/templates/authentication/dashboard_characters.html b/allianceauth/authentication/templates/authentication/dashboard_characters.html index 83075233..7021ba46 100644 --- a/allianceauth/authentication/templates/authentication/dashboard_characters.html +++ b/allianceauth/authentication/templates/authentication/dashboard_characters.html @@ -1,13 +1,11 @@ {% load i18n %}
{% translate "Operation" %} | +{% translate "Type" %} | +{% translate "Form Up System" %} | +{% translate "EVE Time" %} | +||||
---|---|---|---|---|---|---|---|
{% translate "Operation" %} | -{% translate "Type" %} | -{% translate "Form Up System" %} | -{% translate "EVE Time" %} | ++ {{ ops.operation_name }} + | ++ {{ ops.type }} + | ++ {{ ops.system }} + | +{{ ops.start | date:"Y-m-d H:i" }} |
- {{ ops.operation_name }} - | -- {{ ops.type }} - | -- {{ ops.system }} - | -{{ ops.start | date:"Y-m-d H:i" }} | -
{% blocktranslate with total=tasks_total|intcomma latest=earliest_task|timesince|default:"?" %} Status of {{ total }} processed tasks • last {{ latest }} diff --git a/allianceauth/timerboard/templates/timerboard/dashboard.timers.html b/allianceauth/timerboard/templates/timerboard/dashboard.timers.html index 181ab24d..d512e483 100644 --- a/allianceauth/timerboard/templates/timerboard/dashboard.timers.html +++ b/allianceauth/timerboard/templates/timerboard/dashboard.timers.html @@ -4,56 +4,56 @@
{% translate "Details" %} | -{% translate "Timer" %} | -{% translate "Type" %} | -{% translate "System" %} | -{% translate "EVE Time" %} | -
---|---|---|---|---|
- {{ timer.details }} - | -- {{ timer.get_timer_type_display }} - | -
- {% if timer.objective == "Hostile" %}
-
- {% translate "Hostile" %}
-
- {% endif %}
- {% if timer.objective == "Friendly" %}
-
- {% translate "Friendly" %}
-
- {% endif %}
- {% if timer.objective == "Neutral" %}
-
- {% translate "Neutral" %}
-
- {% endif %}
- |
- - {{ timer.system }} {{ timer.planet_moon }} - - | -{{ timer.eve_time | date:"Y-m-d H:i" }} | -
{% translate "Details" %} | +{% translate "Timer" %} | +{% translate "Type" %} | +{% translate "System" %} | +{% translate "EVE Time" %} | +
---|---|---|---|---|
+ {{ timer.details }} + | ++ {{ timer.get_timer_type_display }} + | +
+ {% if timer.objective == "Hostile" %}
+
+ {% translate "Hostile" %}
+
+ {% endif %}
+ {% if timer.objective == "Friendly" %}
+
+ {% translate "Friendly" %}
+
+ {% endif %}
+ {% if timer.objective == "Neutral" %}
+
+ {% translate "Neutral" %}
+
+ {% endif %}
+ |
+ + {{ timer.system }} {{ timer.planet_moon }} + + | +{{ timer.eve_time | date:"Y-m-d H:i" }} | +
My widget content
+