{% extends "admin/base_site.html" %} {% load i18n static %} {% block breadcrumbs %} {% endblock %} {% 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 %} {% endfor %} {% endfor %}
Nom, prénomDate naiss.BulletinsRécapitulatif des stages
{{ 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 %} {{ train.availability.domain }}
{% endblock %}