{% extends 'global.html'%} {% block title %}{% translate 'Forbidden' %}{% endblock %} {% block additional_head %} {% if request.META.HTTP_REFERER %} {% endif %} {% endblock additional_head %} {% block maincontent %} {% if request.META.HTTP_REFERER %}
{% translate 'You will be redirected in 5 seconds' %}
{% endif %} {% endblock maincontent %}