{% extends 'eleve/action.html' %} {% load static %} {% load customfilter %} {% block body %}
{% csrf_token %} {{ form.as_table }}
Vos créneaux de planche{% if matiere %} en {{matiere}}{% endif %}
{% if not matiere %} {% endif %} {% for planche in planchesEleve %} {% if not matiere %} {% endif %} {% endfor %}
MatièreDate Semaine Jour Heure Salle Classes Colleur Commentaire colleur Commentaire Se désinscrire Modifier
{{planche.matiere.nom|title}}{{planche.get_date}} S{{planche.semaine.numero}} {{jours|lookup:planche.jour}} {{planche.heure|heurecolle}} {% if planche.salle %}{{planche.salle}}{% endif %} {% for classe in planche.classes.all %}{% if forloop.first %}{{classe}}{% else %}/{{classe}}{% endif %}{% endfor %} {{planche.colleur.user}} {% if planche.commentaire_colleur %}{{planche.commentaire_colleur}}{% endif %} {% if planche.commentaire %}{{planche.commentaire}}{% endif %} Se désinscrire Modifier
Créneaux de planche de la classe {% if matiere %} en {{matiere}}{% endif %}
{% if not matiere %} {% endif %} {% for planche in planches %} {% if not matiere %} {% endif %} {% endfor %}
MatièreDate Semaine Jour Heure Salle Classes Colleur Commentaire colleur Élève S'inscrire
{{planche.matiere.nom|title}}{{planche.get_date}} S{{planche.semaine.numero}} {{jours|lookup:planche.jour}} {{planche.heure|heurecolle}} {% if planche.salle %}{{planche.salle}}{% endif %} {% for classe in planche.classes.all %}{% if forloop.first %}{{classe}}{% else %}/{{classe}}{% endif %}{% endfor %} {{planche.colleur.user}} {% if planche.commentaire %}{{planche.commentaire}}{% endif %} {% if planche.eleve == None %}Aucun{% else %}{{planche.eleve}}{% endif %} S'inscrire
{% endblock %} {% block javascript %} {% endblock %}