{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Not authorized" %}{% endblock %} {% block content %}

{% trans "Not authorized" %}

{% url "index" as link %} {% blocktrans with link=link %} You are not authorized to perform this action. Please return to the home. {% endblocktrans %}

{% endblock %}