diff --git a/templates/class.html b/templates/class.html index 11f12d6..f095d38 100644 --- a/templates/class.html +++ b/templates/class.html @@ -10,34 +10,19 @@ {% block content %}

{{ klass.name }}

- +

Liste des éléves

- {% if klass.section.is_fe %}{% endif %} + + + {% for student in students %} - {% if klass.section.is_fe %} - - {% endif %} {% for train in student.training_set.all %}
Nom, prénomDate naiss.BulletinsRécapitulatif des PP
Nom, prénomDate naiss.Récapitulatif des PP
{{ student }} {{ student.birth_date }}{% if student.report_sem1 %}Sem. 1 - {% if student.report_sem1_sent %}{% else %} - - {% endif %} - {% endif %} - {% if student.report_sem2 %}
Sem. 2 - {% if student.report_sem2_sent %}{% else %} - - {% endif %} - {% endif %} -
{{ train.availability.period }}
{{ train.availability.corporation }}
{% if train.comment %}
{% endif %}