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