{% extends "base.html" %} {% block content %}

{{ agency_name }} stop import tool

{% if error_msg %}
Error: {{ error_msg }}
{% endif %} {% if ok_msg %}
Sucess: {{ ok_msg }}
{% endif %}

CSV file with columns:

name,stop_type,stop_id,stop_code,y,x

Fields stop_id,stop_code,y,x are optional.

Valid vehicle stop_types: {{ vehicle_types }}

{% endblock %}