{% extends "base.html" %} {% load i18n %} {% block title %}{{ block.super }} | {% trans "Forbidden access" %}{% endblock %} {% block content_title %}

{% trans "Forbidden access" %}

{% endblock %} {% block body %}

{% trans "Looks like you do not have the necessary permissions to the required action." %}

{% url home as home %}

{% blocktrans %}Here's a link to the homepage. You know, just in case.{% endblocktrans %}

{% endblock %}