{#
USE when requested for ajax request.
#}
{% set colsClass = 'col-xl-4 col-lg-6 col-md-6 col-xs-12' %}
{% set requireSymbol = '*' %}
{{ 'Update class'|trans }}
{# list of teacher Attached to the Class #}
{{ 'Assigned Teachers'|trans }}
{# list of attached subjects with the class from the class_subject table. #}
{{ 'Name'|trans }}
{{ 'Email'|trans }}
{{ 'Assign From'|trans }}
{{ 'Assign To'|trans }}
{{ '#'|trans }}
{% for value in class.getAllocateTeacherToClassAndSubjects %}
{% if value.getClassSubject is empty %}
{% if getAppSetting('show_deleted_records') == 'no' and value.getIsDeleted %}
{% else %}