{% extends "fenixedu-learning-theme/base.html" %} {% macro referencesList(refs) %} {% if refs is not empty %} {% for ref in refs %}
  • {{ reference(ref) }}
  • {% endfor %} {% endif %} {% endmacro %} {% macro reference(ref) %} {% if ref.url is empty %} {{ ref.title | raw }}: {% else %} {{ ref.title | raw }}: {% endif %} {{ ref.authors | raw }} {{ ref.year | raw }} {{ ref.reference | raw }} {% endmacro %} {% block content %}

    {{ i18n('resources.ApplicationResources', 'message.recommendedBibliography') }}

    {% if (mainReferences is not empty) or (nonOptionalReferences is not empty) %} {% else %} {{ i18n('resources.ApplicationResources', 'label.noPrimaryBibliographicReference') }} {% endif %}

    {{ i18n('resources.ApplicationResources', 'message.optionalBibliography') }}

    {% if (secondaryReferences is not empty) or (optionalReferences is not empty) %} {% else %} {{ i18n('resources.ApplicationResources', 'label.noSecondaryBibliographicReference') }} {% endif %} {% endblock content %}