{% extends "base.html" %} {% load i18n static %} {% block title %}{% trans "Forbidden!" %}{% endblock %} {% block content %}

{% trans "Something happened that is not allowed." %}

{% endblock %}