{% load evelinks %} {% load i18n %}
{% if perms.auth.timer_management %} {% endif %} {% for timer in timers %} {% if perms.auth.timer_management %} {% endif %} {% endfor %}
{% translate "Details" %} {% translate "Objective" %} {% translate "System" %} {% translate "Structure" %} {% translate "Eve Time" %} {% translate "Local Time" %} {% translate "Creator" %}{% translate "Action" %}
{{ 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 }} {% comment %} BG: Info {% endcomment %} {% if timer.structure == "POCO" %}
{% elif timer.structure == "POS[S]" %}
{% elif timer.structure == "POS[M]" %}
{% elif timer.structure == "POS[L]" %}
{% comment %} BG: Warning {% endcomment %} {% elif timer.structure == "Station" %} {% comment %} Pending Removal {% endcomment %}
{% elif timer.structure == "Orbital Skyhook" %}
{% elif timer.structure == "I-HUB" %}
{% elif timer.structure == "Raitaru" %}
{% elif timer.structure == "Azbel" %}
{% elif timer.structure == "Athanor" %}
{% elif timer.structure == "Tatara" %}
{% elif timer.structure == "Pharolux Cyno Beacon" %}
{% elif timer.structure == "Tenebrex Cyno Jammer" %}
{% elif timer.structure == "Ansiblex Jump Gate" %}
{% elif timer.structure == "Mercenary Den" %}
{% elif timer.structure == "Metenox Moon Drill" %}
{% comment %} BG: Danger {% endcomment %} {% elif timer.structure == "TCU" %}
{% elif timer.structure == "Astrahus" %}
{% elif timer.structure == "Fortizar" %}
{% elif timer.structure == "Keepstar" %}
{% elif timer.structure == "Sotiyo" %}
{% comment %} BG: Secondary {% endcomment %} {% elif timer.structure == "TCU" %} {% comment %} Pending Removal {% endcomment %}
{% elif timer.structure == "Other" %}
{% comment %} BG: Success {% endcomment %} {% elif timer.structure == "Moon Mining Cycle" %}
{% comment %} BG: Primary (for all other timers) {% endcomment %} {% else %}
{% endif %} {{ timer.get_structure_display }}
{{ timer.eve_time | date:"Y-m-d H:i" }}
{{ timer.eve_character.character_name }}