{% extends "fenixedu-learning-theme/base.html" %} {% macro row(label, value) %} {% if value is not empty %}
  • {{ i18n('resources.PublicDegreeInformation', label) }}: {{ value }}
  • {% endif %} {% endmacro %} {% block content %}

    {{ year }}

    {{ degree.phdProgram is empty ? degree.presentationName : degree.phdProgram.presentationName }}

    {% if degreeInfo is not empty %} {% if degreeInfo.testIngression is not empty and degreeInfo.testIngression.content is not empty %}

    {{ i18n('resources.PublicDegreeInformation', 'public.degree.information.label.testRequirements') }}

    {{ degreeInfo.testIngression.content | raw }}

    {% endif %} {% if degreeInfo.classifications is not empty and degreeInfo.classifications.content is not empty %}

    {{ i18n('resources.PublicDegreeInformation', 'public.degree.information.label.minimumScores') }}

    {{ degreeInfo.classifications.content | raw }}

    {% endif %} {% if degreeInfo.accessRequisites is not empty and degreeInfo.accessRequisites.content is not empty%}

    {{ i18n('resources.PublicDegreeInformation', 'public.degree.information.label.accessRequisites') }}

    {{ degreeInfo.accessRequisites.content | raw }}

    {% endif %} {% if degreeInfo.candidacyDocuments is not empty and degreeInfo.candidacyDocuments.content is not empty %}

    {{ i18n('resources.PublicDegreeInformation', 'public.degree.information.label.candidacyDocuments') }}

    {{ degreeInfo.candidacyDocuments.content | raw }}

    {% endif %} {% if degreeInfo.driftsInitial is not empty %}

    {{ i18n('resources.PublicDegreeInformation', 'public.degree.information.label.availableSpaces') }}

    {% endif %} {% if degreeInfo.markAverage is not empty %}

    {{ i18n('resources.PublicDegreeInformation', 'public.degree.information.label.entranceMarks') }}:

    {% endif %} {% if degreeInfo.testIngression is empty and degreeInfo.classifications is empty and degreeInfo.acessRequisites is empty and degreeInfo.markMin is empty and degreeInfo.candidacyDocuments is empty and degreeInfo.driftsInitial is empty and degreeInfo.driftsSecond is empty and degreeInfo.markAverage is empty and degreeInfo.markMax is empty %}

    {{ i18n('resources.PublicDegreeInformation', 'not.available') }}:

    {% endif %} {% else %}

    {{ i18n('resources.Default', 'error.public.DegreeInfoNotPresent') }}

    {% endif %} {% endblock content %}