{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% set pagename = 'Subjects' | trans %} {% set addBtnTitle = 'Add Subject Sample?' | trans %} {% set addBtnLink = path('add_class') %} {% block MainContent %}
{#filter #}
{# Search filter head #}

{{ 'Filter Subjects'|trans }}

{# filters #}
{# Sessions #}
{# Classes #}
  {{ 'Clear' | trans }}
{# Page Body #}
{% for key,value in classSubjects %} {# #} {% endfor %}
{{ 'Subject'|trans }} {{ 'Class'| trans }} {{ 'Student Enrolment'| trans }} {{ 'Allocated Teacher'| trans }} {{ 'Credits'|trans }} {{ 'Recurring Fee'|trans }} {{ 'Passing Marks'|trans }} {{ 'Total Marks'|trans }} {{ '#'|trans }}
{{ value.getSubjectName() }} {% if value.getShortName %} ({{ value.getShortName }}) {% endif %} {{ value.getClasses.name }} {{ value.getClassSessionEnrolmentSubject | length }} {% if value.getAllocateTeacherToClassAndSubjects.toArray() %} {% for keyTeacher, valueTeacher in value.getAllocateTeacherToClassAndSubjects.toArray() %} {{ valueTeacher.getIsDeleted == 1 ? '' : '' }} {% if valueTeacher.getTeacher is not empty %} {{ valueTeacher.getTeacher.getFullName }}
{% endif %} {{ valueTeacher.getIsDeleted == 1 ? '
' : '' }} {% endfor %} {% endif %}
{{ value.getCredits }} {{ value.fee }} {{ value.getPassMarks }} {{ value.getMarks }} {% if not value.getIsDeleted %} {% endif %}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('select2__init') %} {% endfor %} {% for file in encore_entry_js_files('sessions') %} {% endfor %} {% for file in encore_entry_js_files('teacher') %} {% endfor %} {% endblock %} {% block documentation %}
Manage Subjects?

A1. See Fig, To Check Flow
From where they are manage?

Basically they are {{ 'Sample Subjects' | trans }}, When we assign {{ 'Sample Classes'|trans }} to the Session they copy of {{ 'Sample Subjects' | trans }} named as {{ 'Subject' | trans }}.

At this page you're viewing the List of {{ 'Subject' | trans }}, which are currently in use by the Session & Classes, In this Subject List, you will see the following information:

All the above listed items can be change or remove by editing the Subject.

Filter Subject?

At the top of page, you can see there is the Session & Classes Drop-down, where all Sessions & Classes are listed, You can select the Session & Classes one of them & hit search button to get the List of relevant Subjects

Editing a Subject?

When you editing a Class, you will see all related information attached to Subject

{% endblock %}