{% 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 %}