{% load i18n %} {% load evelinks %} {% block content %}
{% if perms.auth.optimer_management %} {# #} {% endif %} {% for ops in timers %} {% if perms.auth.optimer_management %} {# #} {% endif %} {% endfor %}
{% translate "Operation Name" %} {% translate "Description" %} {% translate "Doctrine" %} {% translate "Form Up System" %} {% translate "Start Time" %} {% translate "Local Time" %} {% translate "Duration" %} {% translate "FC" %}{% translate "Creator" %}{% translate "Action" %}
{{ ops.operation_name }} {% if ops.type %}
({{ ops.type }}) {% endif %}
{{ ops.description }} {{ ops.doctrine }} {{ ops.system }} {{ ops.start | date:"Y-m-d H:i" }}
{{ ops.duration }} {{ ops.fc }}{{ ops.eve_character }}
{% endblock content %}