1 {% extends "base.html" %}
5 {% block titleextra %}404 - {% trans "Page does not exist" %}{% endblock %}
10 <h1>{% trans "Page not found" %}</h1>
13 <p class="normal-text">
14 {% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%} <a href="/">{% trans "main page" %}</a>.