{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% for file in encore_entry_css_files('dateRangepicker__init') %} {% endfor %} {% endblock %} {% set pagename = 'Class Time Table' | trans %} {% set weekDays = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday','Saturday'] %} {% block MainContent %}
{{ 'Week Days' | trans }} | {% for days in weekDays %}{{ days }} | {% endfor %}
---|---|
{{ 'Subjects' | trans }} | #} {# {% for time_table in class_time_table %}#} {##} {# {% endfor %}#} {# |
{{ subject.getsubjectname() }} | {% for key, classRoutine in classRoutines[subject.getId()] %}
{{ time_format( classRoutine.getLectureStartTime) }} -
{{ time_format(classRoutine.getLectureEndTime) }}
{{ classRoutine.getTeacher.getFullName() }} {% if classRoutine.getTeacherBackup is not null %} {{ classRoutine.getTeacherBackup.getFullName() }} (backup) {% endif %} {% if(classRoutine.getMeetingLink()) %} {{ classRoutine.getMeetingLink() }} {% endif %} |
{% endfor %}
{{ days }} | #} {# {% for time_table in class_time_table %}#} {# {{ time_table.getteacher.fullName() }}#}
{# #} {# {{ time_table.getTeacherBackup.fullName() }}#} {# | #}
{# {% endfor %}#}
{#
{{ 'Lecture name'|trans }} | #} {#{{ 'Class'|trans }} | #} {#{{ 'Subject'|trans }} | #} {#{{ 'Teacher'|trans }} | #} {#{{ 'Teacher backup'|trans }} | #} {#{{ 'Start Time'|trans }} | #} {#{{ 'End Time'|trans }} | #} {#{{ 'Lecture Duration'|trans }} | #} {#{{ '#'|trans }} | #} {#
---|---|---|---|---|---|---|---|---|
{{ time_table.getLectureName }} | #} {#{{ time_table.class.name }}#}
{# #} {# {{ time_table.class.shortName }}#} {# | #}
{# {{ time_table.getClassSubject.getsubjectname }}#}
{# #} {# {{ time_table.getClassSubject.getShortName }}#} {# | #}
{# #} {# {% if time_table.getTeacher is not empty %}#} {# {{ time_table.getTeacher.fullName }}#} {# {% endif %}#} {# | #} {##} {# {% if time_table.getTeacherBackup is not empty %}#} {# {{ time_table.getTeacherBackup.fullName }}#} {# {% endif %}#} {# | #} {#{{ time_format(time_table.getLectureStartTime) }} | #} {#{{ time_format(time_table.getLectureEndTime) }} | #} {#{{ time_table.getLectureDuration }} {{ 'Mints' | trans }} | #} {##} {# #} {# #} {# #} {# #} {# | #} {#