{% extends "fenixedu-learning-theme/base.html" %} {% import "fenixedu-learning-theme/personCard.html" %} {% macro deadline(key, description) %} {% if description is not empty %}
{{ i18n('resources.PublicDegreeInformation',key) }} {{ description.content | raw }}
{{ localizedContent.content | raw }}
{% endif %} {% endmacro %} {% block contentTitle %}{% endblock contentTitle %} {% block titleLink %} + Info {% endblock titleLink %} {% block content %}{{ i18n('resources.ApplicationResources','error.public.DegreeInfoNotPresent') }}
{% else %} {% set deadlines = degreeInfo.schoolCalendar is not empty or degreeInfo.candidacyPeriod is not empty or degreeInfo.selectionResultDeadline is not empty or degreeInfo.enrolmentPeriod is not empty %} {% if deadlines or announcements is not empty or degreeInfo.additionalInfo is not empty or degreeInfo.links is not empty %} {% endif %} {{ descriptionSection('public.degree.information.label.overview', degreeInfo.description) }} {{ descriptionSection('public.degree.information.label.history', degreeInfo.history) }} {{ descriptionSection('public.degree.information.label.objectives', degreeInfo.objectives) }} {{ descriptionSection('public.degree.information.label.designedFor', degreeInfo.designedFor) }} {{ descriptionSection('public.degree.information.label.professionalExits', degreeInfo.professionalExits) }} {{ descriptionSection('public.degree.information.label.operationalRegime', degreeInfo.operationalRegime) }} {{ descriptionSection('public.degree.information.label.gratuity', degreeInfo.gratuity) }} {% if degreeInfo.description is empty and degreeInfo.history is empty and degreeInfo.objectives is empty and degreeInfo.designedFor is empty and degreeInfo.professionalExits is empty and degreeInfo.operationalRegime is empty and degreeInfo.gratuity is empty and degreeInfo.additionalInfo is empty and degreeInfo.links is empty and not deadlines %}{{ i18n('resources.PublicDegreeInformation','not.available') }}
{% endif %} {% endif %} {% if coordinators is not empty %}