{% extends "base.html" %} {% load i18n %} {% block scripts %} {% if list_all %} {% endif %} {% endblock scripts %} {% block submenu %}
{% endblock submenu %} {% block title %} {% if list_all %} {% load pagination_heading %}{% pagination_heading %} {% else %} {% trans "Showing the 50 most recent messages" %} {% endif %} {% endblock title %} {% block heading %} {% if list_all %} {% load pagination_heading %}{% pagination_heading %} {%if active_filters %} ({% trans "Filters" %} {% trans "have been applied" %}) {%endif%} {% else %} {% trans "Showing the 50 most recent messages" %} [{% trans "Enable javascript for updates" %}] {% endif %} {% endblock heading %} {% block content %} {% endblock content %} {% block paging %} {% if list_all %} {% endif %} {% endblock paging %}