{% extends "fenixedu-learning-theme/base.html" %} {% macro row(label, value) %} {% if value is not empty %}
{{ degreeInfo.testIngression.content | raw }}
{% endif %} {% if degreeInfo.classifications is not empty and degreeInfo.classifications.content is not empty %}{{ degreeInfo.classifications.content | raw }}
{% endif %} {% if degreeInfo.accessRequisites is not empty and degreeInfo.accessRequisites.content is not empty%}{{ degreeInfo.accessRequisites.content | raw }}
{% endif %} {% if degreeInfo.candidacyDocuments is not empty and degreeInfo.candidacyDocuments.content is not empty %}{{ degreeInfo.candidacyDocuments.content | raw }}
{% endif %} {% if degreeInfo.driftsInitial is not empty %}{{ i18n('resources.PublicDegreeInformation', 'not.available') }}:
{% endif %} {% else %}{{ i18n('resources.Default', 'error.public.DegreeInfoNotPresent') }}
{% endif %} {% endblock content %}