{% extends "box.html" %}{% load url from future %}{% load i18n static %}
{% block title %}{{ block.super }}{% trans '403 Forbidden' %}{% endblock title %}
{% block box %}
You have no rights to access this page. Either way, we are sorry.
{% endblock box %}