{% extends "mvp/base.html" %} {% load i18n %} {% comment %} Error pages name no app, even when the failing request was served through one: a refused or broken request should not tell the visitor what it was trying to reach. Overriding `head.title` opts out of the shell's app segment, and `title` is still the block a page overrides to set its own. {% endcomment %} {% block head.title %} {% block title %} {% trans "Error" %} {% endblock title %} {% endblock head.title %} {% block app %}

{% block error_code %}{% endblock %}

{% block heading %}{% endblock %}

{% block description %}{% endblock %} {% block actions %} {% endblock %}
{% endblock app %}