{% 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 Form Up System Form Up Location Start Time End Time FC Details Post TimeCreator Action
{{ ops.operation_name }} {{ ops.system }} {{ ops.location }} {{ ops.start_time }} {{ ops.end_time }} {{ ops.fc }} {{ ops.details }} {{ ops.post_time}}{{ ops.eve_character }}
{% endblock content %}