{% extends "error_base.html" %} {% load i18n %} {% block pagetitle %}{% trans "Permission denied" %}{% endblock %} {% block content_title %}
{% trans "You tried to access a document for which you don't have privileges." %}
{% trans 'We recommend you to return to home' %}
{% endblock %}