{% extends "base.html" %} {% load trans from i18n %} {% comment %} Errors extending from this base are _strictly_ dashboard errors. These errors will look and feel like part of the application, where errors emit from Proxito will display as an unbranded or minimally branded page. {% endcomment %} {% block content %}
{# TODO there is probably a way to combine the two columns below and not repeat icon definition #}
{% block error_icon_computer %} {% endblock error_icon_computer %}
{% block error_icon_mobile %} {% endblock error_icon_mobile %}

{% block error_title %} {% block error_status %} {% endblock error_status %} {% endblock error_title %}

{% block error_content %} {% endblock error_content %} {% block error_content_help %}

{% trans "Go back" %}

{% endblock error_content_help %}
{% endblock content %}