diff --git a/allianceauth/timerboard/templates/timerboard/timertable.html b/allianceauth/timerboard/templates/timerboard/timertable.html index 014b01e8..13690dc2 100644 --- a/allianceauth/timerboard/templates/timerboard/timertable.html +++ b/allianceauth/timerboard/templates/timerboard/timertable.html @@ -2,80 +2,84 @@ {% load i18n %}
{% translate "Details" %} | -{% translate "Objective" %} | -{% translate "System" %} | -{% translate "Structure" %} | -{% translate "Eve Time" %} | -{% translate "Local Time" %} | -{% translate "Creator" %} | - - {% if perms.auth.timer_management %} -{% translate "Action" %} | - {% endif %} -||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- {{ timer.details }}
-
- {% if timer.timer_type != 'UNSPECIFIED' %}
- - ({{ timer.get_timer_type_display }}) - {% endif %} - |
-
-
- {% 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 }}
-
- |
-
- - {{ timer.system }} {{ timer.planet_moon }} - | - -
-
- {{ timer.get_structure_display }}
-
- |
-
- {{ timer.eve_time | date:"Y-m-d H:i" }} | - -- - - | - -{{ timer.eve_character.character_name }} | +
{% translate "Details" %} | +{% translate "Objective" %} | +{% translate "System" %} | +{% translate "Structure" %} | +{% translate "Eve Time" %} | +{% translate "Local Time" %} | +{% translate "Creator" %} | {% if perms.auth.timer_management %} -- - - - - - - | +{% translate "Action" %} | {% endif %}
---|---|---|---|---|---|---|---|---|
+ {{ timer.details }}
+
+ {% if timer.timer_type != 'UNSPECIFIED' %}
+ + ({{ timer.get_timer_type_display }}) + {% endif %} + |
+
+
+ {% 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 }}
+
+ |
+
+ + {{ timer.system }} {{ timer.planet_moon }} + | + +
+
+ {{ timer.get_structure_display }}
+
+ |
+
+ {{ timer.eve_time | date:"Y-m-d H:i" }} | + ++ + + | + +{{ timer.eve_character.character_name }} | + + {% if perms.auth.timer_management %} ++ + + + + + + | + {% endif %} +