{% extends "fenixedu-learning-theme/base.html" %} {% block content %}

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

{% if degreeInfo is not empty %} {% if degreeInfo.qualificationLevel is not empty %}

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

{{ degreeInfo.qualificationLevel.content | raw }}

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

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

{{ degreeInfo.recognitions.content | raw }}

{% endif %} {% if degreeInfo.qualificationLevel is empty and degreeInfo.recognitions is empty %}

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

{% endif %} {% else %}

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

{% endif %} {% endblock content %}