{% load static %} {% load i18n %}
{% if not announcements %}
Page not found. 404.
{% trans "No Announcements to show." %}
{% else %} {% for announcement in announcements %} {% endfor %} {% endif %}