{% extends "fenixedu-learning-theme/base.html" %} {% macro filterOption(optionName, optionLabel, options) %} {% endmacro %} {% block content %}
{% if thesesByYear is not empty %} {% for entry in entries(thesesByYear) %} {% set year = entry.key %} {% set theses = entry.value %}

{{ year.name }}

{% endfor %} {% else %} {{ i18n('resources.ApplicationResources', 'label.theses.empty.message') }} {% endif %} {% endblock content %}