{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% set pagename = 'Add/Edit Session' | trans %} {% set addBtnTitle = 'Sessions / Batches' | trans %} {% set addBtnLink = path('session') %} {% block MainContent %}
{{ 'Name'|trans }} | {{ 'Active'|trans }} | {{ 'No of students'|trans }} | {{ 'Fee Created?'|trans }} | {#{{ '#'|trans }} | #}
---|---|---|---|---|
{{ choose.name() }} | {% if choose.active %}{{ 'Active' | trans }}{% else %} {{ 'InActive' | trans }}{% endif %} | {{ choose.getNoOfStudents }} | {% if choose.getClassFeeSchedules | length == 0 %}{{ 'Not Yet' | trans }}{% endif %} | {##} {# {% if not choose.getIsDeleted %}#} {# #} {# #} {# #} {# #} {# {% endif %}#} {# | #}
System will ask following information to Add/Edit the {{ 'Session / Batches' | trans }}:
System will ask following information to Add/Edit the {{ 'Session / Batches' | trans }}:
You can see the box at the bottom of page name as {{ 'Attached Classes' | trans }}
While Adding a session you've selected some sample Classes those Sample Classes are listed in the {{ 'Attached Classes' | trans }} box !
If you want to View {{ 'Attached Classes' | trans }} details or need to edit their information, Please go the Classes Menu & Search for the Respective session.
{% endif %} {% endblock %}