{# extends page #} {% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% set pagename = 'Exam List' | trans %} {% set addBtnTitle = 'Schedule An Exam?' | trans %} {% set addBtnLink = path('exam_schedule') %} {% block showHeaderMenuButtons %} {% if is_granted('ROLE_EXAMINATION_MANAGER') %}
{% endif %} {% endblock %} {# main content of page display here#} {% block MainContent %} {# Search block for the student list#}Exam Schedule, shows the list of Scheduled Exams!
At the very right side Column of Exam Schedule, shows the some action one of them is Enter Marks of Students, Click on it See Fig
{% endblock %}