{% extends "_base.html" %} {% load static %} {% load filters %} {% block ui_active_tab %}'statistics'{% endblock ui_active_tab %} {% block page_header %}Monthly statistics{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block breadcrumb %} {% include "mail_templates/breadcrumb.html" %} {% endblock breadcrumb %} {% block styles %} {{ block.super }} {% endblock %} {% block maincontent %}
Type \ Status | Total | {% for status in monthly_statistics.statuses_list %}{{ status }} | {% endfor %}
{{ appointment_type }} | {{ monthly_statistics.appointments | render_appointments:appointment_type }}