{% extends 'error/base.html' %} {% block body %}

{% trans %}Unauthorized{% endtrans %}

{% trans %}Sorry, you are not authorized to access this page. An authentication is needed.{% endtrans %}

{% endblock body %}