{% extends "statistiques/base.html" %} {% block title %}{{block.super}} Typologie{% endblock %} {% block breadcrumbs %}{{block.super}}
  • Typologie
  • {% endblock %} {% block sidebar %} {{ block.super }}
    {% include "statistiques/filter_form.html" %}

    Échantillon : {{ queryset.count }} sujets

    {% endblock %} {% block page_content %} {% for title, graph in graphs %} {{ graph.as_html }} {% endfor %} {% endblock %}