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

{% translate "Statistics" %}

{% endblock %} {% block afat_body %} {% include "afat/partials/stats_main/year_navigation.html" %} {% if msg %} {% endif %} {% include "afat/partials/stats_main/tabs_navigation.html" %}
{% include "afat/partials/stats_main/tabs/mine.html" %} {% if permissions.stats.corp.view_own or permissions.stats.corp.view_other %} {% include "afat/partials/stats_main/tabs/corps.html" %} {% endif %}
{% endblock %} {% block extra_css %} {% endblock %}