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

{% 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)" %}

{% trans 'Download CSV Template' %}

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

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