{% trans "Multiple routes with the same number were found. Please select exactly which route you want from the list below." %}
{% extends "places/base.html" %} {% load molly_utils %}{% load molly_maps %} {% load i18n %} {% block content %} {% if multiple_routes %}
{% trans "Multiple routes with the same number were found. Please select exactly which route you want from the list below." %}
{% trans "Calling Point" %} | {% if service.has_timetable %}{% trans "Scheduled" %} | {% endif %} {% if service.has_realtime %}{% trans "Expected / Actual" %} | {% endif %}||||||
---|---|---|---|---|---|---|---|---|
{% blocktrans with point.joining.0.entity.title as location %}This service then merges with a service from {{ location }}{% endblocktrans %}
|
||||||||
{% blocktrans with point.service_change as service_type %}This service is then continued by {{ service_type }}.{% endblocktrans %} | ||||||||
{{ point.stop_num }}
{% ifequal point.entity.title|slice:"-12:" "Rail Station" %}
{{ point.entity.title|slice:":-13" }}
{% else %}
{{ point.entity.title }}
{% endifequal %}
{% ifequal point.activity "P" %}
{% trans 'This service picks up here only' %} {% endifequal %} {% ifequal point.activity "D" %} {% trans 'This service does not drop off here' %} {% endifequal %} |
{% if service.has_timetable %}
{{ point.st }} | {% endif %} {% if service.has_realtime %}{{ point.et }}{{ point.at }} | {% endif %}||||||
{% blocktrans with point.splitting.destination as destination %}This service then splits to go to {{ destination }}{% endblocktrans %}
|