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

{{ agency_name }} unknown {{ vehicle }} stop report

Thanks for taking the time to report this unknown stop. This information will be used in a future version of Metrodroid allow others to identify stops.

In Metrodroid, all trips are shown with the origin (start) stop first, followed by the destination (end) stop.

Please don't submit a report unless you are 100% sure that you know what the stop is.

All fields are required unless otherwise specified.

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

{{ vehicle }} change...

This is the ID, as shown in Metrodroid, for the unknown {{ vehicle }} station. This is not the stop ID/code printed on the stop itself, or the agency's website. Show example screenshot...
{% if known_stops %}

Select the stop from a list:

Or specify another stop name:

{% endif %}

Optional field. If there are additional details about the stop, please write them here.

For bus and tram routes, you could specify which side of the road the stop is on. eg: "Stop is for route 123 south-bound".

For train and ferry routes, you could specify the platform or wharf the reader was on. eg: "Reader on platform 3".

{% endblock %}