{% extends "orga/cfp/base.html" %} {% load bootstrap4 %} {% load i18n %} {% load rules %} {% load url_replace %} {% load pretalx_hitalx %} {% block content %}

{% translate 'Tours' %}

{% bootstrap_form filter_form %}
{% translate "Add a new Tour" %}
{% for tour in tours %} {% endfor %}
{% translate "Type" %} {% translate "Description" %} {% translate "Location" %} {% translate "Date / Time" %} {% translate "Actions" %}
{{ tour.type }} {{ tour.description }} {{ tour.start_location }} {{ tour.departure_time }}
{% include "orga/pagination.html" %} {% endblock %}