{% extends "fenixedu-learning-theme/base.html" %} {% block content %}
{{ degreeInfo.qualificationLevel.content | raw }}
{% endif %} {% if degreeInfo.recognitions is not empty %}{{ 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 %}