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

{% trans "Upload Layers" %}

{% if incomplete %}

Incomplete Uploads

You have the following incomplete uploads:

{% for u in incomplete %}
{{ u.name }}, last updated on {{ u.date }}
{% endfor %}
Are you sure you want to delete this upload?
Delete Cancel
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" %}

or select them one by one:

    {% trans "Files to be uploaded" %}

    Clear Upload files
    {% endblock %} {% block sidebar %}

    {% trans "Permissions" %}

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