{% extends "default.html" %} {% load i18n %} {% block title %}{{ block.super }} 403 Forbidden{% endblock%} {% block body %} {% if MODULE_USERS_USERSSECURITYMESSAGE %} {{ MODULE_USERS_USERSSECURITYMESSAGE }} {% else %} {% if user.is_authenticated %}
{% trans "You can't go to this page right now because you do not have the correct access rights." %}
{% trans "Please contact the site administrator to request access to this page." %}
{% else %}{% blocktrans with request.get_full_path as full_path %}This page requires a login. Please log in if you have an account{% endblocktrans %}{% if MODULE_USERS_SELFREGISTRATION %}{% blocktrans %}, or create an account if you do not have one{% endblocktrans %}{% endif %}.
{% endif %} {% endif %} {% endblock %}