{% 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 pageLabel %}{{ 'Student List' | trans }}{% endblock %} {% block MainContent %} {% set date = app.request.query.get('date') is empty ? '' : app.request.query.get('date') %} {# filters of the attendance #}

{{ 'Filter Recrods'|trans }}  

{# Mark attendance of the date of #}
{# search attendance status #}
{# search by class #}
  {{ 'Print' | trans }}   {{ 'Clear' | trans }}
{# Active class with their session and number of student present and absent#}
{% for attendance in attendanceReportOfAClass %} {% endfor %}
{{ 'Class name'|trans }} {{ 'Subject name'|trans }} {{ 'Comments'|trans }} {{ 'Attendance Status'|trans }} {{ 'Marked By'|trans }}
{{ attendance.getClassSessionEnrolment.getClassSession.session.name is defined ? attendance.getClassSessionEnrolment.getClassSession.session.name : '' }} >> {{ attendance.getClassSessionEnrolment.getClassSession.name is defined ? attendance.getClassSessionEnrolment.getClassSession.name: '' }} {{ attendance.getClassSessionEnrolmentSubject.getClassSubject.getSubjectName is defined ? attendance.getClassSessionEnrolmentSubject.getClassSubject.getSubjectName:'' }} {{ attendance.getComments }} {{ attendance.getAttendanceStatus.name }} {{ attendance.getBlameUser.getFullName }}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('dateRangepicker__init') %} {% endfor %} {% for file in encore_entry_js_files('select2__init') %} {% endfor %} {% endblock %}