{% extends "geonode_base.html" %} {% load i18n %} {% block body %}
{{ error_message }}
{% else %}{% blocktrans %} You are not allowed to perform this operation. {% endblocktrans %}
{% if not request.user.is_anonymous %} {% blocktrans %}Please verify that you are logged in as the correct user.{%endblocktrans%} {% else %} {% blocktrans %}Please login or register and retry.{% endblocktrans %} {% endif %}
{% endif %} {% endblock %}