{% extends 'base.html' %} {% load i18n %} {% block content %}

{% trans 'You are not allowed to do that.' %}

{% endblock %}