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

{{ corporation }} {% translate "Statistics" %}

{% endblock %} {% block afat_body %} {% include 'afat/partials/corp_stat/month_navigation.html' %} {% include 'afat/partials/corp_stat/tabs_navigation.html' %}
{% include 'afat/partials/corp_stat/tabs/graphs.html' %} {% include 'afat/partials/corp_stat/tabs/member.html' %}
{% endblock %} {% block extra_css %} {% include 'bundles/datatables-css.html' %} {% endblock %} {% block extra_javascript %} {% include 'bundles/datatables-js.html' %} {% include 'bundles/moment-js.html' %} {% endblock %}