{% extends 'afat/base.html' %} {% load static %} {% load i18n %} {% load filters %} {% block page_title %}{{ corporation }} {% translate "Fleet Activity" %}{% endblock %} {% block afat_header %}
{% include "afat/partials/menu.html" %}

{{ corporation }} {% translate "Fleet Activity" %}

{% endblock %} {% block afat_body %}

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

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