{% extends "fenixedu-learning-theme/base.html" %} {% block header %} {% endblock header %} {% block content %} {% if groupings is not empty %} Back
{% for grouping in groupings %} {% endfor %}
{{ i18n('resources.ApplicationResources', 'label.groupingName') }} {{ i18n('resources.ApplicationResources', 'label.groupingDescription') }} {{ i18n('resources.ApplicationResources', 'label.executionCourses') }}
{{ grouping.name }} {% if grouping.projectDescription is not empty %} {{ grouping.projectDescription | raw }} {% else %} {{ i18n('resources.ApplicationResources', 'message.project.wihtout.description') }} {% endif %} {% if grouping.exportGroupings | length > 1 %} {% for exportGrouping in grouping.exportGroupings %} {{ exportGrouping.executionCourse.nome }} {% endfor %} {% else %} {{ i18n('resources.ApplicationResources', 'message.project.wihtout.coavaliation') | raw }} {% endif %}
{% for grouping in groupings %}

{{ grouping.name }}

{% if entries(grouping.studentGroupsIndexedByShift) is not empty %} {% for shiftEntry in entries(grouping.studentGroupsIndexedByShift) %} {% set shift = shiftEntry.key %} {% set studentGroups = shiftEntry.value %} {% for lesson in shift.associatedLessons %} {% endfor %} {% endfor %}
{{ i18n('resources.ApplicationResources', 'property.shift') }} (all) {{ i18n('resources.ApplicationResources', 'label.lesson') }} {{ i18n('resources.ApplicationResources', 'property.groupOrGroups') }} (all)
{{ i18n('resources.ApplicationResources', 'label.day') }} {{ i18n('resources.ApplicationResources', 'property.lesson.beginning') }} {{ i18n('resources.ApplicationResources', 'property.lesson.end') }} {{ i18n('resources.ApplicationResources', 'property.lesson.room') }}
{{ shift.nome }} {{ lesson.diaSemana }} {{ lesson.inicio.time | date("HH:mm") }} {{ lesson.fim.time | date("HH:mm") }} {{ lesson.roomOccupation.room.name }} {% for group in studentGroups %} {{ group.groupNumber }} {% endfor %}
{% endif %}
{% endfor %}

{% for grouping in groupings %} {% for studentGroup in grouping.studentGroupsOrderedByGroupNumber %} {% for attend in studentGroup.attends %} {% set student = attend.aluno %} {% endfor %} {% endfor %} {% endfor %}
{{ i18n('resources.ApplicationResources', 'label.student.group.number') }} {{ i18n('resources.ApplicationResources', 'label.student.number') }} {{ i18n('resources.ApplicationResources', 'label.name') }}
{{ studentGroup.groupNumber }} {{ student.number }} {{ student.person.name }}
{% else %} {{ i18n('resources.ApplicationResources', 'message.infoGroupPropertiesList.not.available') }} {% endif %} {% endblock content %}