{% extends "fenixedu-learning-theme/base.html" %} {% macro viewPost(post, page, request) %}
{{ post.creationDate|formatDate("d MMMM Y, HH:mm") }} • {{post.createdBy.displayName}}
{% endif %}{{post.excerpt.content | raw}}
{{post.body.content | raw}}
{% if post.attachments.size != 0 %}
{{ i18n('CmsExceptionResources', 'label.unautenticated.private.post') }} {{ post.visibilityGroup }}
{% if request.user is empty or not request.user.isAuthenticated %} {% endif %} {% endif %}