{% extends "dictionary/base.html" %} {% load humanize filters i18n %} {% block title %}{% trans "announcements" context "titleblock" %}{% endblock %} {% block content %}

{% trans "site announcements" %} {% block crumb %}{% endblock %}

{% block innercontent %} {% if latest.exists %} {% for post in latest %} {% include "dictionary/announcements/post.html" %} {% endfor %} {% include "dictionary/includes/paginaton.html" with paginator=page_obj %} {% else %}
{% trans "there are no announcements yet." %}
{% endif %} {% endblock %} {% endblock %} {% block rightframe %} {% if date_list.exists %} {% endif %} {% endblock %}