{% blocktrans %}
Here you can download all the layers of this map that
are hosted on this GeoNode. The following layers will
be downloaded:
{% endblocktrans %}
{% if locked_layers %}
{% blocktrans %}
Additionally, the map contains these layers which will not be downloaded
due to security restrictions:
{% endblocktrans %}
{% for layer in locked_layers %}
{{ layer.layer_title }}
{% endfor %}
{% 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 %}