{% extends "maps/map_base.html" %} {% load i18n %} {% block body %}

{% trans "Download" %} {{map.title}}

{% blocktrans %} Here you can download all the layers of this map that are hosted on this GeoNode. {% endblocktrans %}

{% if locked_layers %} {% blocktrans %} Additionally, the map contains these layers which will not be downloaded due to security restrictions: {% endblocktrans %} {% endif %} {% if remote_layers %} {% blocktrans %} Finally, the map contains these layers which will not be downloaded because they are not available directly from this GeoNode: {% endblocktrans %} {% endif %} {% if map_status %}
{% trans 'Downloading' %}...
{% trans 'Cancel' %}
{% elif downloadable_layers|length > 0 %}
{% csrf_token %}
{% endif %}
{% endblock %} {% block extra_script %} {% endblock extra_script %}