{% extends "layers/layer_base.html" %} {% load i18n %} {% load layers_tags %} {% load staticfiles %} {% block title %} {% trans "Upload Layer" %} — {{ block.super }} {% endblock %} {% block body_class %}data upload{% endblock body_class %} {% block head %} {% include "geonode/ext_header.html" %} {% include "geonode/app_header.html" %} {% include "geonode/geo_header.html" %} {{ block.super }} {% endblock %} {% block body %}

{% trans "Upload Layers" %}

{% if errors %}
{% for error in errors %}
{{ error }}
{% endfor %}
{% endif %}
{% trans 'GeoNode can import GeoTIFF and Shapefile data. To import a shapefile, first pick its file with the .shp extension. You will then be prompted to pick the other component files.' %}
{% endblock %} {% block sidebar %} {% endblock %}