{% extends "statistiques/base.html" %} {% block title %}{{block.super}} {{page_title}}{% endblock %} {% block breadcrumbs %} {{block.super}} {% endblock %} {% block sidebar %} {{ block.super }} {% if chart %} {% include "statistiques/filter_form.html" with active=active %}

Échantillon : {{ queryset_count }} objets

{% endif %} {% endblock %} {% block page_content %}
{% if chart %} {{ chart.as_html }} {% endif %} {% endblock %}