{% extends "fenixedu-learning-theme/base.html" %} {% block content %} {% if degreeInfo.degree.mostRecentDegreeCurricularPlan is empty %}
{{ i18n('resources.PublicDegreeInformationApplication', 'error.curricularPlanHasNoExecutionDegreesInNotClosedYears') }}
{% else %} {% set curricularPlanLabel = i18n('resources.PublicDegreeInformation', 'public.degree.information.label.curricularPlan') %} {% set periodLabel = i18n('resources.PublicDegreeInformation', 'public.execution.period') %} {% set curricularYearLabel = i18n('resources.PublicDegreeInformation', 'public.curricular.years.all') %} {% for classesByCurricularYearAndSemester in entries(classesByCurricularYearAndSemesters) %} {% set semester = classesByCurricularYearAndSemester.key %} {% set classesByYears = classesByCurricularYearAndSemester.value %}{% if timetablePage is not empty %} {{ class.nome }} {% else %} {{ class.nome }} {% endif %}
{% endfor %}{{ i18n('resources.FenixEduLearningResources', 'public.degree.information.message.public.notfound.classes') }}