{% 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 %} {% set pagename = 'Teacher Attendance List' | trans %} {% set addBtnTitle = 'Mark Teacher Attendance?' | trans %} {% set addBtnLink = path('teacher_mark_attendance') %} {% block MainContent %}

{{ 'Filter Attendance'|trans }}

{# list of student #}
{# search attendance date #}
{# Attendance Status #}
{# list of users #}
  {{ 'Print' | trans }}   {{ 'Clear' | trans }}
{# invoice list #} {# list of attendances #}
{% for atten in attendance %} {% endfor %}
{{ 'Ref#'|trans }} {{ 'Teacher'|trans }} {{ 'Status'|trans }} {{ 'Comment'|trans }} {{ 'Date'|trans }} {{ 'Marked By'|trans }}
{{ atten.id }} {{ atten.user.fullName }} {{ atten.getAttendanceStatus.name }} {{ atten.comments }} {{ date_format(atten.getDateTimeIn) }} {{ atten.getBlameUser.getFullname }}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('dateRangePicker') %} {% endfor %} {% for file in encore_entry_js_files('select2__init') %} {% endfor %} {% endblock %}