{% 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 %}
Operation Name | Doctrine | Form Up System | Form Up Location | Start Time | Duration | FC | Details | Post Time | {% if perms.auth.optimer_management %}Creator | Action | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|
{{ ops.operation_name }} | {{ ops.doctrine }} | {{ ops.system }} | {{ ops.location }} | {{ ops.start }} | {{ ops.duration }} | {{ ops.fc }} | {{ ops.details }} | {{ ops.post_time}} | {% if perms.auth.optimer_management %}{{ ops.eve_character }} | {% endif %} |