{% extends "mini-base.html" %} {% load i18n %} {% block title %}{% trans "Access restricted" %}{% endblock %} {% block content %}

{% firstof global_title "Compte Citoyen" %}

{% trans "Access to this area is restricted." %}

{% if access_filter_message %}

{{ access_filter_message }}

{% endif %} {% endblock %}