{% extends 'layouts/view_filters.html' %} {% comment %} XXX Chart system needs to be refactored completely {% endcomment %} {% load static %} {% block head %} {% endblock head %} {% block page_title %} Incident statistics beta
Loading...
{% endblock page_title %} {% block page_actions %} {{ block.super }} {% component "export_button" base_url="api:incidents-list" %}{% endcomponent %} {% endblock page_actions %} {% block page_content %} {% include "pages/incident_statistics_partial.html" %} {% endblock page_content %}