{% extends "notes/details.html" %} {% load bootstrap4 %} {% block title %} {{ block.super }} {{ sujet }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block top_block %}
{% include "notes/details_sujet_inner.html" %}
{% endblock %} {% block pagination %}
{% if notes.has_other_pages %}{% endif %}
{% endblock %} {% block right_column %}
Statistiques
{% include "statistiques/fiche_stats_details.html" with object=sujet.statistiques %}
{% endblock %} {% block sidebar %} {{ block.super }} {% if user.is_superuser %}
Éditer les notes Fusionner
{% endif %} {% endblock %}