{% extends "root.html" %}{% load staticfiles %}{% load url from future %}{% load i18n %} {% block body %}

{% trans 'Permission denied' %}

{% trans 'You do not have the permission to access this page.' %}

{% endblock %}