{% extends "layout/navigation.html" %} {* vim: set et ai ts=2 sw=2 enc=utf-8: *} {% block "content" %}

{% trans "Access Denied" %}

{% trans %} You tried requesting the page {{ path }}, but you are not allowed to see this page. {% endtrans %}
{% if not user.identified %} {% trans %}May this is due to the fact that you aren't logged in; click here to login.{% endtrans %} {% endif %}
{% trans %} Click here to get to our front page. {% endtrans %}
{% endblock %}