{% extends "postman/base.html" %} {% load i18n postman_tags allauth df_site pagination_tags django_bootstrap5 %}{% comment %} WARNING: 'pagination_tags' is a name from the dj-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 'dj_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 %} {% endblock pm_by_modes %} {% else %} {% element p %} {% trans "No messages." %} {% endelement %} {% endif %} {% endif %} {% block pm_footer_info %}{% endblock %}