{% 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 %}
{% set colsClass = 'col-xl-4 col-lg-6 col-md-6 col-xs-12' %}
{# form input elements #}
{# session full name #}
{# session short name name #}
{# session start date #}
{# session end date #}
{# 1 mean subject type attendance & 0 mean class type attendance#} {# attached classes with sessions #}
{{ 'Add New Sample Classes' | trans }}
{{ 'Samples Classes List' | trans }}
{# Session is active or in active #}
   
{# section details #}
{# submit buttons #}
  {{ 'Back to list'|trans }}
{# list of selected session#} {% if session.id is not empty %}

{{ 'Attached Classes'|trans }}

{# #} {% for choose in session.getClasses().toArray() %} {# if settings are switched off from backend to see the records #} {% if getAppSetting('show_deleted_records') == 'no' and choose.getIsDeleted %} {% else %} {# #} {% endif %} {% endfor %}
{{ '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 %}#} {#
{% endif %} {% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('teacher') %} {% endfor %} {% for file in encore_entry_js_files('sessions') %} {% endfor %} {% for file in encore_entry_js_files('studentGrade') %} {% endfor %} {% endblock %} {% block documentation %} {% if session.id is empty %} {# add a new session #}
Add Session?

A1. See Fig, To Check Flow

System will ask following information to Add/Edit the {{ 'Session / Batches' | trans }}:

{% else %} {# editing a session #}
Editing A Session?

System will ask following information to Add/Edit the {{ 'Session / Batches' | trans }}:

What is the meaning of {{ 'Attached Classes'|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 %}