{% extends "2022/base_simple.html" %} {% load i18n %} {% block settings %} {% load title %} {% trans "Page does not exist" as title %} {% title title %} {% endblock %} {% block titleextra %}404 – {% trans "Page does not exist" %}{% endblock %} {% block body %}

{% trans "Page not found" %}

{% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%} {% trans "main page" %}.

{% endblock body %}