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

{% trans 'Current Stops' %}

{% trans 'Add new stop' %}

{% for entity_type, attraction_entities in attractions.items %}

{{ entity_type.verbose_name_plural|capfirst }}

{% endfor %}
{% endblock %}