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

{{ alliance }} {% translate "Fleet Activity" %}

{% endblock %} {% block afat_body %} {% url 'afat:statistics_alliance' allianceid year_prev as url_previous_year %} {% url 'afat:statistics_alliance' allianceid year_next as url_next_year %} {% url 'afat:statistics_alliance' allianceid year_current as url_current_year %} {% include "afat/partials/year_navigation.html" with url_previous_year=url_previous_year url_next_year=url_next_year url_current_year=url_current_year %}
{% if type == 0 %} {% endif %} {% for month in months %} {% if type == 0 %} {% endif %} {% endfor %}
{% translate "Month" %} {% translate "FATs" %}{% translate "Avg FATs" %}
{{ month.0|month_name }} {{ month.1 }}{{ month.2 }} {% if alliance != 'No Alliance' %} {% endif %}
{% endblock %} {% block extra_css %} {% include "afat/bundles/afat-css.html" %} {% endblock %}