{% extends "layout/backEndLayout.html.twig" %} {% form_theme edit_form 'bootstrap_4_layout.html.twig' %} {% block content %}

Modifier evaluation {{ evaluation.id }}

Edition évaluation N° {{evaluation.id}} Sequence {{evaluation.sequence.code}} Cours {{evaluation.classRoom.name}} Cours {{evaluation.course.wording}}

{{ form_start(edit_form) }} {{ form_widget(edit_form) }}
{% if students is defined %} {% for student in students %} {% if marks[student.matricule] is defined %} {% else %} {% endif %} {% endfor %}
Matricule Nom et prénom Note Appréciation Poids
{% endif %}
{{ 'Back to the list'|trans({}, 'admin') }}
{% endblock %} {% block javascripts %} {{parent()}} {% endblock javascripts %}