{% extends "locations/base-wide.html" %} {% load base_tags %} {% load base_filters %} {% load i18n %} {% block title %}Import Locations from CSV file{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}

{% trans "Import Locations" %}

{% trans "Download the template (.xls or .csv). Populate the template with your information. Upload your updated spread sheet. Review and adjust settings. Preview import." %}

{% trans "Download: " %}{% trans "(**skip if you already have your spread sheet ready)" %}

Download CSV Template

{% trans "Step 1/4" %} · {{ now }}

{% csrf_token %} {{ form.as_p }}
{% endblock %}