{% extends 'layout.html' %} {% set hide_navigation = True %} {% set title = _("Page Not Found") %} {% block contents %} {% macro edit_link(val) %} {{ val }} {% endmacro %}
{{ _('The page you requested does not exist.') }}
{% if revision_requested %}{{ _('It also could be that there is no such revision of that page.') }}
{% endif %} {% if not protected %}{{ _('Feel free to :edit_link:`create such a page`.', edit_link=edit_link)|safe }}
{% else %}{{ _('Although this page does not exist by now you cannot create ' 'it because the system protected the page name for future use.') }}
{% endif %} {% endblock %}