{% extends 'allianceauth/base.html' %} {% load i18n %} {% load filters %} {% block page_title %}{{ corporation }} {% trans "Fleet Activity" %}{% endblock %} {% block content %}
| {% trans "Month" %} | {% trans "FATs" %} | {% for month in months %} |
|---|---|---|
| {{ month.0|month }} | {{ month.1 }} | {% if corporation != 'No Alliance' %} {% endif %} |