{% load i18n %} {% load static %} {% load basefilters %} {% if messages %} {% endif %}
{% trans "Announcement" %}
{% if instance_ids %}
{% endif %} {% if announcement %}
{% if perms.base.change_announcement or perms.base.delete_announcement %}
{% endif %}
{{ announcement.title }} {% if perms.base.view_announcement %}
{{announcement.get_views|length}}
{% endif %}
{% trans "Posted on" %}  {{ announcement.created_at|date:"F j, Y"}}   {% trans "at" %}   {{ announcement.created_at|time:"g:i A"}}

{{ announcement.description|safe }}

{% else %}
Page not found. 404.

{% trans "No Records found." %}

{% trans "There are no announcements at the moment." %}

{% endif %}