{# 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 %}