{% extends "public/base.html" %} {% load staticfiles %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}Fleet Operation Management{% endblock page_title %} {% block extra_css %}{% endblock extra_css %} {% block content %}

Fleet Operation Timers

{% if perms.auth.optimer_management %} {% endif %} {% for ops in optimer %} {% if perms.auth.optimer_management %} {% endif %} {% endfor %}
Operation Name Doctrine Form Up System Form Up Location Start Time Duration FC Details Post TimeCreator Action
{{ ops.operation_name }} {{ ops.doctrine }} {{ ops.system }} {{ ops.location }} {{ ops.start }} {{ ops.duration }} {{ ops.fc }} {{ ops.details }} {{ ops.post_time}}{{ ops.eve_character }}
{% endblock content %}