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