{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% block ExtraCSSFiles %} {% endblock %} {% block pageLabel %} {{ 'Examiner'|trans }} {% endblock %} {% block recordLength %} {{ examiner|length }} {% endblock %} {# {% block ContentHead %}#} {# {% endblock %}#} {% block MainContent %}

{{ 'Exams Details'|trans }}

{% include "examination/_examiners_list_view.html.twig" with {'examiners':examiner} %}
{{ 'Teacher'|trans }} {{ 'Class'|trans }} {{ 'Actions'|trans }}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('exams') %} {% endfor %} {% endblock %}