{% extends "upload/layer_upload_base.html" %} {% load i18n %} {% load staticfiles %} {% load dialogos_tags %} {% load pinax_ratings_tags %} {% load bootstrap_tags %} {% load pagination_tags %} {% load base_tags %} {% load guardian_tags %} {% block title %} {% trans "Replace Layer" %} - {{ block.super }} {% endblock %} {% block body_class %}layers upload{% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block body_outer %}
{% 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 %}
{% 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" %}
    {% if GEOSERVER_BASE_URL %} {% get_obj_perms request.user for resource.layer as "layer_perms" %} {% endif %} {% if GEONODE_SECURITY_ENABLED %} {% if "change_resourcebase_permissions" in perms_list %} {% if not READ_ONLY_MODE %}
  • {% trans "Permissions" %}

    {% trans "Click the button below to change the permissions of this layer." %}

    {% trans "Change Layer Permissions" %}

  • {% endif %} {% endif %} {% endif %} {% display_change_perms_button resource request.user perms_list as display_perms_button %} {% if display_perms_button %}

    {% trans "Permissions" %}

    {% include "_permissions.html" %}
    {% endif %}
    {% endblock %} {% block extra_script %} {{ block.super }} {% if GEONODE_SECURITY_ENABLED %} {% with resource=layer %} {% include "_permissions_form_js.html" %} {% endwith %} {% endif %} {% endblock extra_script %}