{% 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 %}
{{ stats.all }} import{{ stats.all|pluralize }}; {{ stats.added }} will be added, and {{ stats.skipped }} will be skipped.
Import Now →{% trans "Location Name" %} | {% trans "Description" %} | {% trans "Contact" %} | {% trans "Address" %} | {% trans "Address 2" %} | {% trans "City" %} | {% trans "State" %} | {% trans "Zipcode" %} | {% trans "Country" %} | {% trans "Phone" %} | {% trans "Fax" %} | {% trans "Email" %} | {% trans "Website" %} | {% trans "Latitude" %} | {% trans "Longitude" %} | {% trans "Headquarters" %} | {% trans "Skipped" %} | |
{{ forloop.counter }} | {{ location.locationname }} |
{{ location.description }} |
{{ location.contact }} |
{{ location.address }} |
{{ location.address2 }} |
{{ location.city }} |
{{ location.state }} |
{{ location.zipcode }} |
{{ location.country }} |
{{ location.phone }} |
{{ location.fax }} |
{{ location.email }} |
{{ location.website }} |
{{ location.latitude }} |
{{ location.longitude }} |
{% if location.hq %}Yes{% else %}No{% endif %}
|
{% if membership.skipped %}{% trans "Yes" %}{% endif %}
|