1 {% extends request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,base/base.html" %}
 
   6   {% trans "Page does not exist" as title %}
 
  11 {% block titleextra %}404 – {% trans "Page does not exist" %}{% endblock %}
 
  15   <h1>{% trans "Page not found" %}</h1>
 
  17   <p class="normal-text">
 
  18     {% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%}
 
  19     <a href="/">{% trans "main page" %}</a>.