{% extends "upload/layer_upload_base.html" %} {% load i18n %} {% load static from staticfiles %} {% block body_class %}data data-list upload{% endblock %} {% block title %} {% trans "Upload Layer" %} - {{ block.super }} {% endblock %} {% block body %} {% if present_choices %}
{% trans "Please indicate which attributes contain the latitude and longitude coordinates in the CSV data." %}
{% if guessed_lat_or_lng %}{% blocktrans %}With this data, GeoNode was able to guess which attributes contain the latitude and longitude coordinates, but please confirm that the correct attributes are selected below.{% endblocktrans %}
{% endif %}{% blocktrans %}We did not detect columns that could be used for the latitude and longitude. Please verify that you have two columns in your csv file that can be used for the latitude and longitude.{% endblocktrans %}
{% endif %} {% endblock %} {% block extra_script %} {% endblock %}