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