From a7efd0cd0e497992a8b79a6a6c027d93165964c3 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 6 Feb 2019 15:03:09 +0100 Subject: [PATCH] Suppression colonne bulletin dans liste de classe --- templates/class.html | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) 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 %}