{% endblock %}
{% block afat_body %}
{% url 'afat:statistics_overview' year_prev as url_previous_year %}
{% url 'afat:statistics_overview' year_next as url_next_year %}
{% url 'afat:statistics_overview' 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 %}
{% include "afat/partials/statistics/overview/tabs_navigation.html" %}
{% include "afat/partials/statistics/overview/tabs/mine.html" %}
{% if perms.afat.stats_corporation_own or perms.afat.stats_corporation_other %}
{% include "afat/partials/statistics/overview/tabs/corps.html" %}
{% endif %}