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

{% trans 'Permission Denied' %}

{% trans 'Sorry, you have no rights to see this page.' %} {% endblock %}