{% load i18n avatar_tags %} {% load static from staticfiles %} {% block title %}{{ SITE_NAME }}{% endblock %} {% block head %} {% if DEBUG_STATIC %} {% else %} {% endif %} {% block extra_head %} {% endblock %} {% endblock %} {% block header %} {% endblock header %}
{% 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 %} {% else %} {% endif %} {% if DEBUG_STATIC %} {% else %} {% endif %} {% block extra_script %}{% endblock extra_script %}