{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Page not found" %}

{% blocktrans %}The requested path {{ request_path }} was not found on the server.{% endblocktrans %} {% if exception != "Resolver404" %}
{% trans "Exception message:" %} {{ exception }}
{% endif %} {% endblock %}