{% extends "upload/dataset_upload_base.html" %} {% load i18n %} {% load static %} {% load client_lib_tags %} {% block body_class %}data data-list upload{% endblock %} {% block title %} {% trans "Upload Dataset Step: CSV Field Mapping" %} - {{ block.super }} {% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block body %}
{% 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 %}