{% load static %} {% load i18n %} {% load humanize %} {% include "common_libs.html" %} {{ site_name }} - {% trans 'Announcements' %} {% include "_header.html" %}

{% trans 'Announcements' %} {% if request.user.is_superuser %}đŸŠčđŸ»{% endif %} {% if request.user.is_staff %}đŸ§™đŸ»{% endif %}

{% for announcement in announcements %}
{{ announcement.html | safe }}
{% empty %}

{% trans 'nothing so far.' %}

{% endfor %}
{% include "_footer.html" %}