{% extends 'layout-modal.html' %} {% load i18n %} {% block header %}

{{ object.title }}

{% endblock %} {% block body %} {{ object.text|safe|wordwrap:80 }}
{% trans "Published on" %}:
{{ object.created }}
{% trans "Author" %}:
{{ object.creator.profile }}
{% if object.updates.all.exists %}

{% trans "Updates" %}

{% include "djinn_announcements/snippets/updates.html" %}
{% endif %} {% endblock %}