{% load evelinks %} {% 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 %} |
{% 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 }} |
{% if timer.structure == "POCO" %}
{% translate "POCO" %}
{% endif %}
{% if timer.structure == "I-HUB" %}
{% translate "I-HUB" %}
{% endif %}
{% if timer.structure == "TCU" %}
{% translate "TCU" %}
{% endif %}
{% if timer.structure == "POS[S]" %}
{% translate "POS [S]" %}
{% endif %}
{% if timer.structure == "POS[M]" %}
{% translate "POS [M]" %}
{% endif %}
{% if timer.structure == "POS[L]" %}
{% translate "POS [L]" %}
{% endif %}
{% if timer.structure == "Citadel[M]" or timer.structure == "Astrahus" %}
{% translate "Astrahus" %}
{% endif %}
{% if timer.structure == "Citadel[L]" or timer.structure == "Fortizar" %}
{% translate "Fortizar" %}
{% endif %}
{% if timer.structure == "Citadel[XL]" or timer.structure == "Keepstar" %}
{% translate "Keepstar" %}
{% endif %}
{% if timer.structure == "Engineering Complex[M]" or timer.structure == "Raitaru" %}
{% translate "Raitaru" %}
{% endif %}
{% if timer.structure == "Engineering Complex[L]" or timer.structure == "Azbel" %}
{% translate "Azbel" %}
{% endif %}
{% if timer.structure == "Engineering Complex[XL]" or timer.structure == "Sotiyo" %}
{% translate "Sotiyo" %}
{% endif %}
{% if timer.structure == "Refinery[M]" or timer.structure == "Athanor" %}
{% translate "Athanor" %}
{% endif %}
{% if timer.structure == "Refinery[L]" or timer.structure == "Tatara"%}
{% translate "Tatara" %}
{% endif %}
{% if timer.structure == "Cyno Beacon" or timer.structure == "Pharolux Cyno Beacon" %}
{% translate "Cyno Beacon" %}
{% endif %}
{% if timer.structure == "Cyno Jammer" or timer.structure == "Tenebrex Cyno Jammer" %}
{% translate "Cyno Jammer" %}
{% endif %}
{% if timer.structure == "Jump Gate" or timer.structure == "Ansiblex Jump Gate" %}
{% translate "Ansiblex Jump Gate" %}
{% endif %}
{% if timer.structure == "Moon Mining Cycle" %}
{% translate "Moon Mining Cycle" %}
{% endif %}
{% if timer.structure == "Other" %}
{% translate "Other" %}
{% endif %}
|
{{ timer.eve_time | date:"Y-m-d H:i" }} | {{ timer.eve_character.character_name }} | {% if perms.auth.timer_management %}{% endif %} |