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 %}
| Nom, prénom | Date naiss. | {% if klass.section.is_fe %}Bulletins | {% endif %}Récapitulatif des PP | + +Nom, prénom | Date naiss. | Récapitulatif des PP | + {% for student in students %}
|---|---|---|---|
| {{ student }} | {{ student.birth_date }} | - {% if klass.section.is_fe %} -{% if student.report_sem1 %}Sem. 1
- {% if student.report_sem1_sent %} Sem. 2 - {% if student.report_sem2_sent %} |
- {% endif %}
{% for train in student.training_set.all %}
{{ train.availability.period }} {{ train.availability.corporation }} {% if train.comment %} |