{% 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 = 'Attendance List' | trans %} {% set addBtnTitle = 'Mark Attendance?' | trans %} {% set addBtnLink = path('add_attendance') %} {% block pageLabel %}{{ 'Invoice List'|trans }}{% endblock %} {% block showHeaderMenuButtons %}
{% endblock %} {% block MainContent %}

{{ 'Filter Attendance'|trans }}

{# list of student #}
({{ 'Type' | trans }} {{ 'student' | trans }} {{ 'to find list of all student and like others' | trans }} )
{# list of class #}
{# list of classSubjects #}
{# search attendance date #}
{# Attendance Status #}
{# list of users #}
  {{ 'Print' | trans }}   {{ 'Clear' | trans }}
{# invoice list #} {% include "attendance/Reporting/filterReportForStudent.html.twig" with {'attendance':attendance} %} {% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('dateRangePicker') %} {% endfor %} {% for file in encore_entry_js_files('select2__init') %} {% endfor %} {% endblock %}