| {{ 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 %} |
| {{ 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 %} |
| {{ 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 }} |