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

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

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

{% trans "Only months with FAT data of the current year are shown." %}

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