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

{% trans "Page not found." %} (404)

{% trans "We're sorry, but the requested page could not be found. Please choose one of the menu above." %}

{% endblock %}