{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% set pagename = 'Assign Teacher' | trans %} {% block MainContent %}
We can assign multiple Classes and Subjects to Multiple Teachers, From this page will find the list of all attached teachers with their Classes and Subjects.
Each Teahcer is assigned to Class and Subject so, we call filter teachers form the First Section, Filer Session from session Dropdown, Filter Class from Class dropdown.
We can see the following details in the list:
To assign new teahcer to Class and Subject you need to Click on the Allocate Teacher button
{% endblock %}