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

{% trans 'Please Contact Your Administrator or Request Access' %}

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

New account

{% blocktrans %}If you logged in by a new OpenStreetMap-account, please request its activation: {% endblocktrans %}

{% csrf_token %}
{% blocktrans %}and try again.{% endblocktrans %}

{% else %}

{% trans 'Please Log In' %}

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

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