{% extends "base.html" %} {% block content %}

Archived Tours

{% if not tours %}
No previous tours found.
{% else %} {% for item in tours %}

{{ item.tour.name }}

{{ item.tour.start_date }} {{ item.tour.currency }}{{ item.total_spent }}
{% endfor %} {% endif %}
{% endblock %}