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

{# form input elements #}
{# class full name #}
{# class short name #}
{# Fee #}

{#Teacher List #}
{# active or inactive #}
   
{# subjectwise attendance #}
   
{# subjectwise fee #}
   
{# Number of students #}
{# submit buttons #}
{# list of teacher Attached to the Class #}

{{ 'Assigned Teachers'|trans }}

{# list of attached subjects with the class from the class_subject table. #} {% for value in class.getAllocateTeacherToClassAndSubjects %} {% if value.getClassSubject is empty %} {% if getAppSetting('show_deleted_records') == 'no' and value.getIsDeleted %} {% else %} {% endif %} {% endif %} {% endfor %}
{{ 'Name'|trans }} {{ 'Email'|trans }} {{ 'Assign From'|trans }} {{ 'Assign To'|trans }} {{ '#'|trans }}
{{ value.getTeacher.getFullName }} {{ value.getTeacher.getEmail }} {{ date_format( value.getAssignFromDate ) }} {{ date_format( value.getAssignToDate ) }}