{% extends "fenixedu-learning-theme/base.html" %} {% import "fenixedu-learning-theme/view.html" %} {% block contentTitle %} {{ i18n('resources.FenixEduLearningResources', 'label.latestAnnouncements') }} {% endblock contentTitle %} {% block content %} {% if executionCourse.executionPeriod.inquiryResponsePeriod is not empty and executionCourse.availableForInquiries and executionCourse.executionPeriod.inquiryResponsePeriod.insideResponsePeriod %}

{{ i18n('resources.ApplicationResources', 'message.inquiries.available.prefix') }} {% if isStudent %} {{ i18n('resources.ApplicationResources', 'message.inquiries.available.students') }} {{ i18n('resources.ApplicationResources', 'message.inquiries.available.at.here') }} {% else %} {{ i18n('resources.ApplicationResources', 'message.inquiries.available.non.students') }} {% endif %}

{% endif %} {% if pagination is not empty and pagination.posts is not empty %} {% set announcement = pagination.posts | head %}
{{ viewPost(announcement) }} {% for post in pagination.posts | tail %}
{{ post.name.content }}

{{ post.creationDate|formatDate("d MMMM Y, HH:mm") }}

{% endfor %}
{% endif %} {% if executionCourse.site.alternativeSite is not empty %}

{{i18n('resources.ApplicationResources', 'link.alternative')}}

{{executionCourse.site.alternativeSite}} {% endif %} {% if professorships is not empty %}

{{ i18n('resources.ApplicationResources', 'label.lecturingTeachers') }}

{% for professorship in professorships %} {% if loop.index == 0 %} {% else %}
{% endif %}
{% if professorship.person.hasAvailableWebSite %} {{professorship.person.profile.displayName}} {% if professorship.responsibleFor %}

{{ i18n('resources.FenixEduLearningResources', 'label.senior.lecture') }}

{% endif %} {% else %} {{professorship.person.displayName}} {% if professorship.responsibleFor %}

{{ i18n('resources.FenixEduLearningResources', 'label.senior.lecture') }}

{% endif %} {% endif %}
{% if professorship.person.defaultEmailAddress is not empty and professorship.person.defaultEmailAddress.visibleToPublic %} {{professorship.person.defaultEmailAddress.presentationValue}} {% endif %}
{% endfor %} {% endif %} {% endblock content %} {% block titleLink %} + Info {% endblock titleLink %}