{% if subjectForEdit.getClasses is defined %}
{% endif %}
{# subject name #}
{# subject short name #}
{# subject Credit Hours #}
{# subject Fee #}
{# Marks #}
{# Pass Marks #}
{# Assing teacher to the subject #}
{% if teacherList is defined %}
{% endif %}
{% if subjectForEdit.getHidden is defined %}
{# Hidden option #}
{# Is subject is hidden from selection dropdown #}
{% endif %}
{% if teacherList is defined %}
{# list of assigned teacher with the Subjects #}
{% set attachedTeacher = subjectForEdit.getAllocateTeacherToClassAndSubjects.toArray %}
{{ 'Teacher Assigned'|trans }}
{{ 'Name'|trans }}
{{ 'Email'|trans }}
{{ 'Assign From'|trans }}
{{ 'Assign To'|trans }}
{{ '#'|trans }}
{% for value in attachedTeacher %}
{% if value.getClassSubject is not empty %}