{% extends "documents/document_base.html" %} {% load geonode_auth %} {% load i18n %} {% load dialogos_tags %} {% load agon_ratings_tags %} {% load bootstrap_tags %} {% load url from future %} {% load base_tags %} {% block title %}{{ document.title }} — {{ block.super }}{% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block body_class %}documents{% endblock %} {% block body_outer %}

{{ document.title }}

{% trans "Download Metadata" %}
{% has_obj_perm user document "documents.change_document" as can_edit_document %} {% if can_edit_document %} {% endif %}
{% if document.extension|lower in imgtypes %}
{% else %} Download the {{ document }} document {% endif %}
{% include "base/resourcebase_info_panel.html" with resourcebase=document resourcebase_type="document" %}
{% with document as obj %} {% include "_comments.html" %} {% endwith %}
{% include "_permissions_form.html" %} {% endblock %} {% block extra_script %} {% if SOCIAL_BUTTONS %}
{% endif %} {% if request.user.is_authenticated %} {% user_rating_js request.user document "document" %} {% endif %} {% include "_permissions_form_js.html" %} {% endblock extra_script %}