{% extends "cms/base_site.html" %} {% load i18n static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %}

Documents de cours

{% regroup object_list by module as module_list %} {% if user.is_staff %}

Gestion des documents

{% endif %}
{% endblock %}