{% extends "excerptexport/layouts/base.html" %} {% load i18n %} {% block main %}
{% if user.is_authenticated %}

{% trans 'Please contact your Administrator' %}

{% blocktrans %}You do not appear to have the proper access rights. Please contact your supervisor/administrator and ask for the needed access rights.{% endblocktrans %}

{% else %}

{% trans 'Please Login' %}

{% trans 'This site has pages, which are protected. Please login and try again.' %}

{% trans 'Login' %} {% endif %}
{% endblock %}