{% extends "postman/base.html" %} {% load url from future %} {% load i18n postman_tags %}{% load pagination_tags %}{% comment %} WARNING: 'pagination_tags' is a name from the django-pagination application. For convenience, the design of this template is done with the use of that application. Django-postman will still be working, even if that application is not installed, by providing a mock for the template tag library. If the real implementation is to be used, just make sure that 'pagination' is declared before 'postman' in the INSTALLED_APPS setting. {% endcomment %} {% block content %}
{% trans "Sorry, this page number is invalid." %}
{% else %} {% if pm_messages %} {% block pm_by_modes %}{% trans "No messages." %}
{% endif %} {% endif %} {% block pm_footer_info %}{% endblock %}