{% extends "page_layout.html" %} {% load i18n %} {% load geonode_media %} {% block title %} {% trans "Upload Layer" %} - {{ block.super }} {% endblock %} {% block head %} {% include "geonode/ext_header.html" %} {% include "geonode/app_header.html" %} {{ block.super }} {% endblock %} {% block main %}
{% if errors %}
{% for error in errors %}
{{ error }}
{% endfor %}
{% endif %}
{% endblock %} {% block sidebar %}

{%trans "Instructions" %}

{% trans "Select a layer data file and submit the form to begin the transfer." %}

{% trans "Supported Formats" %}

{% blocktrans %} Note: If you are uploading a shapefile, first select the .SHP file. You will be prompted to locate the remaining component files. {% endblocktrans %}

{% endblock %}