{% extends "upload/layer_upload_base.html" %} {% load i18n %} {% load staticfiles %} {% block title %} {% trans "Replace Layer" %} - {{ block.super }} {% endblock %} {% block body_class %}data data-list upload{% endblock %} {% block extra_head %}{{ block.super }}{% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block body %}

{% trans "Replace Layer: " %}{{ layer.title }}

{% if incomplete %}

{% trans "Incomplete Uploads" %}

{% trans "You have the following incomplete uploads" %}:

{% for u in incomplete %}
{{ u.name }}, {% trans "last updated on" %} {{ u.date }}
{% endfor %}
{% trans "Are you sure you want to delete this upload?" %}
{% trans "Delete" %} {% trans "Cancel" %}
{% trans "Delete, and don't ask me again." %}
{% endif %} {% block additional_info %}{% endblock %} {% if errors %}
{% for error in errors %}
{{ error }}
{% endfor %}
{% endif %}


{% trans "Drop files here" %}

{% trans " or select them one by one:" %}

{% trans "Files to be uploaded" %}

{% trans "Select the charset or leave default" %}

{% trans "Clear" %} {% trans "Replace Layer" %}
{% endblock %} {% block sidebar %} {% if GEONODE_SECURITY_ENABLED %}

{% trans "Permissions" %}

{% include "_permissions.html" %}
{% endif %} {% endblock %} {% block extra_script %} {% with "none" as layer %} {% include "_permissions_form_js.html" %} {% endwith %} {% endblock extra_script %}