{% extends "tours/base.html" %}{% load i18n %} {% block content %} {% if optimised_entities %}

{% trans 'Your route order has been optimised to minimise travelling distance - the order may have changed.' %}

{% endif %}

{% trans "Suggestions" %}

{% trans 'Your tour takes you near the following places, click on them to add them to your route:' %}

{% endblock %}