{% extends "authentic2/base-page.html" %}
{% load i18n gadjo %}
{% block page-title %}
{{ block.super }} - {% trans "Access denied" %}
{% endblock %}
{% block content %}
{% trans "You are not authorized to access this service, please contact your administrator." %} {% trans "Back" %}
{% endblock %}