{% extends "mailman-django/base.html" %} {% load i18n %} {% block content %} <h1>{% trans "Error" %}</h1> <p>{{ message }}</p> {% endblock %}