{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% for file in encore_entry_css_files('dateRangepicker__init') %} {% endfor %} {% endblock %} {% block ExtraCSSFiles %} {% endblock %} {% block MainContent %} {% set date = app.request.query.get('date') is empty ? 'now'|date('d/M/y') ~ ' / ' ~ 'now'|date('d/M/y') : app.request.query.get('date') %} {# filters of the attendance #}

{{ 'Filter'|trans }} {{ teacherName }} {{ 'evaluation records'|trans }}

{# Mark attendance of the date of #}
{% for value in listOfStudentAllocatedToTeacher %}{% endfor %} {% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('attendance') %} {% endfor %} {% endblock %}