{% extends 'allianceauth/base.html' %} {% load i18n %} {% load filters %} {% load static %} {% block page_title %}{{ corporation }} {% trans "Fleet Activity" %}{% endblock %} {% block content %}

{% include "afat/menu.html" %}

{{ corporation }} {% trans "Fleet Activity" %}

{{ year }} {% if year_next <= year_current %} {% endif %}

{% if type == 0 %} {% endif %} {% for month in months %} {% if type == 0 %} {% endif %} {% endfor %}
{% trans "Month" %} {% trans "FATs" %}{% trans "Avg FATs" %}
{{ month.0|month }} {{ month.1 }}{{ month.2 }} {% if corporation != 'No Alliance' %} {% endif %}
{% endblock %} {% block extra_css %} {% endblock %}