{% extends "elegant/error_base.html" %} {% load i18n %} {% block title %}{% trans 'forbidden'|capfirst %}{% endblock %} {% block error %}{% trans 'error'|capfirst %} 403{% endblock %} {% block content %} {% trans "We're sorry, but the requested action is forbidden" %} {% endblock %}