{% extends 'eleve/action.html' %} {% load static %} {% load customfilter %} {% block body %} {% get_mathjax as latex %}
Agenda
{% for colle in colles %} {% endfor %}
Date Heure Matiere Colleur Programme Salle
{{colle.jour|date:"l j F"}} {{colle.heure|heure}} {{colle.nom_matiere}} {{colle.prenom|title}} {{colle.nom|upper}} {% if colle.fichier %}{{colle.titre|title}}{% else %}{% if colle.titre %}{{ colle.titre|title}}{% endif %}{% endif %}{% if colle.detail %}{% endif %} {% if colle.salle %}{{colle.salle}}{% endif %}
{% endblock %} {% block javascript %} {% get_mathjax as latex %} {% if latex %} {% include "mathjax.html" %} {% endif %} {% endblock %}