{% extends 'colleur/action.html' %} {% load static %} {% load customfilter %} {% block body %} {% include "colleur/navdocuments.html" %}
Ajouter un Document en {{matiere.nom|title}}
{% csrf_token %} {{ form.as_table }}
Documents de la classe {{classe}} en {{matiere.nom|title}}
{% for doc in docs %} {% if doc.fichier %} {% else %} {% endif %} {% endfor %}
Titre Détails Fichier Modifier Supprimer
{{doc.titre}} {{doc.detail|linebreaksbr}}icone pdfModifier Supprimer
{% endblock %} {% block javascript %} {% get_mathjax as latex %} {% if latex %} {% include "mathjax.html" %} {% endif %} {% endblock %}