{# extends page #} {% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% set pagename = 'Exam List' | trans %} {# main content of page display here#} {% block MainContent %} {# List of the students #}
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 %}