{% 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 %} |
{% 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 %} |