{% extends "notes/details.html" %} {% load bootstrap3 %} {% block title %} {{ block.super }} {{ sujet }} {% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Sujets
  • {{ sujet }}
  • {% endblock %} {% block pre_content %}
    {% endblock %} {% block post_content %} {% if notes.has_other_pages %}{% endif %}
    {% csrf_token %} {% bootstrap_form note_form show_label=False %}
    {% endblock %} {% block right_column %}

    Informations

    {% include "notes/details_sujet_inner.html" %}

    Statistiques

    {% include "statistiques/fiche_stats_details.html" with object=sujet.statistiques %}
    {% endblock %} {% block sidebar %} {{ block.super }} {% if user.is_superuser %}

    Administration :

    {% endif %} {% endblock %}