{% trans "You are using an outdated browser that is not supported by GeoNode." %}
{% trans "Please use a modern browser like Mozilla Firefox, Google Chrome or Safari." %}
{% block middle %}
{% include "_status_message.html" %}
{% include "_announcements.html" %}
{% include "_messages.html" %}
{% block body_outer %}
{% block body %}
{% trans "There was a problem loading this page" %}
{% blocktrans %}
Please contact your GeoNode administrator (they may have received an email automatically if they configured it properly).
If you are the site administrator, enable debug mode to see the actual error and fix it or file an issue in GeoNode's issue tracker
{% endblocktrans %}
{% endblock %}
{% block sidebar %}{% endblock %}
{% endblock %}
{% endblock middle %}
{% block footer %}
{% endblock footer %}
{% if not user.is_authenticated %}