{% 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 = 'Class base attendance report' | trans %} {% set addBtnTitle = 'Mark Attendance?' | trans %} {% set addBtnLink = path('add_attendance') %} {% block ExtraCSSFiles %} {% endblock %} {% block showHeaderMenuButtons %}
{% endblock %} {% block MainContent %} {# search invoice block#}
{# Search filter head #}

{{ 'Attendance'|trans }} {# dropdown #}

{# filters #}
{# Class based#}
{# Mark attendance of the date of #}
  {{ 'Clear' | trans }}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('attendance') %} {% endfor %} {% endblock %}