{% extends "rails/base.html" %} {% block title %}Stations{% endblock %} {% block content %} {% if stations %}
Id: {{ station.id }} <Code: {{ station.code }} ({{ station.city }}, {{ station.country }})> Departures - Arrivals
There was a problem connecting to the API.
{{ error }}
(The above error is shown to the user as an example. For security reasons these errors are normally hidden from the user)
There are no stations available at this time.