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

Modifier evaluation {{ abscence_sheet.id }}

Edition fiche d'abscence N° {{abscence_sheet.id}} Sequence {{abscence_sheet.sequence.code}} Cours {{abscence_sheet.classRoom.name}}

{{ form_start(edit_form) }} {{ form_widget(edit_form) }}
{% if students is defined %} {% for student in students %} {% endfor %}
Matricule Nom et prénom Heures d'abscence Raison
{% endif %}
{{ 'Back to the list'|trans({}, 'admin') }}
{% endblock %} {% block javascripts %} {{parent()}} {% endblock javascripts %}