{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% set pagename = 'Classes' | trans %} {% if is_granted('ROLE_SETTING_MANAGER') %} {% set addBtnTitle = 'Add Sample Class?' | trans %} {% set addBtnLink = path('add_class') %} {% endif %} {% block MainContent %}
Basically they are {{ 'Sample Classes' | trans }}, When we assign {{ 'Sample Classes'|trans }} to the Session they copy of {{ 'Sample Classes' | trans }} named as {{ 'Classes' | trans }}.
At this page you're viewing the List of {{ 'Classes' | trans }}, which are currently in use by the Session, In this Classes List, you will see the following information:
All the above listed items can be change or remove by editing the Class.
At the top of page, you can see there is the Session Drop-down, where all Sessions are listed, You can select the Session one of them & hit search button to get the List of Classes
When you editing a Class, you will see all related information attached to Class
To Delete/Edit the Attached Fee you need to Go to {{ 'Fees'|trans }} Menu
To Delete/Edit the Attached Subjects you need to Go to {{ 'Subjects'|trans }} Menu
To Delete/Edit the Attached Teachers you need to Go to {{ 'Assign Teachers'|trans }} Menu
To Delete/Edit the Attached Grades you need to Go to {{ 'Grades'|trans }} Menu