{% extends "base.html" %} {% load i18n %} {% load geonode_auth %} {% block head %} {% include "geonode/ext_header.html" %} {% include "geonode/app_header.html" %} {% include "geonode/geo_header.html" %} {{ block.super }} {% endblock %} {% block body %}

{{ document.title }}

{% if document.extension|lower in imgtypes %}
{% else %} Download the {{ document }} document {% endif %}

{% trans "Contact:" %} {{ document.owner }}

{% endblock %} {% block sidebar %} {% endblock %}