{% load compressed %}{% load i18n %} {% trans "Create a tour" %} {% compressed_css 'tours-desktop' %} {% compressed_js 'tours-desktop' %}

{% trans "Create a tour" %}

{% blocktrans %}Some instructions on how to create a tour here{% endblocktrans %}

{% trans "Current stops on your tour" %}

    {% for entity in entities %}
  1. {{ entity.title }}
  2. {% endfor %}
{% for entity_type, attraction_entities in attractions.items %}

{{ entity_type.verbose_name_plural|capfirst }}

{% endfor %}