{% extends 'base.html' %} {% block title %}Interactive Map{% endblock title %} {% block custom %} {% endblock custom %} {% block content %}
{% if map %} {{ map|safe}} {% endif %}

Map Legend:

  • Red Stops = Average delay time is longer than one minute.
  • Green Stops = Average delay time is less than one minute.
  • Blue Stops = Average delay time is less than 0 seconds (the train usually arrives early).
{% endblock content %} {% block scripts %} {% endblock scripts %}