{% extends "tours/base.html" %}{% load i18n %}{% load molly_maps %}{% load molly_utils %} {% block content %} {% include "geolocation/update_location_embed.html" %} {% if stop %} {% if previous_stop %}
{% blocktrans with full_path|urlencode as share_url %}Your tour has been created and is saved to this device, you can use the Share button to share on different devices. Your route order may have been optimised to minimise travelling distance.{% endblocktrans %}
{% blocktrans count p_and_r.routes|length as num_routes with p_and_r.routes|join:', ' as route_numbers and p_and_r.start.title as start and p_and_r.origin_stop.entity.title as origin_stop %}At {{ start }} take service {{ route_numbers }} from {{ origin_stop }}.{% plural %}At {{ start }} take any of services {{ route_numbers }} from stop {{ origin_stop }}.{% endblocktrans %}
{% blocktrans with p_and_r.closest_stop.title as end %}When the service reaches {{ end }}, disembark and continue by foot using the directions below.{% endblocktrans %}