{% 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 #}
{{ '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 }} |