{% include "site/header.html" %} {% include "site/view_header.html" %} {% load i18n %}
{% include "site/inline_search.html" %}
{% include "site/search_result_frame.html" %}
{% block error %} {% if status == 404 %}

{% trans "404 - Not Found" %}

{% trans "The page you requested does not exist." %}

{% elif status == 403 %}

{% trans "403 - Forbidden" %}

{% trans "You don't have permissions to view this page." %}

{% endif %} {% endblock %}

{% trans "Take me home" %}.

{% include "site/footer.html" %}