{% extends "combo/page_template.html" %} {% load i18n %} {% block combo-content %}

{% trans "You do not have access to this page" %}

{% url 'auth_login' as login_url %} {% if request.user.is_authenticated %}

{% trans "Your user do not have the permission to see this page. You can try to" %} {% trans "authenticate yourself using another account" %} .

{% else %}

{% trans "This page is not publicly accessible. You can try to" %} {% trans "authenticate yourself" %}.

{% endif %}
{% endblock %}