{% set title = "Bookings with Extra Costs" %} {% set navigation = [('Reports', ''), ('Extra Costs', '')] %} {% include 'include_header.html' %}
Date Range
{{ details_title }}
{% for b in bookings %} {% endfor %}
Booking Title Start End Days Extra costs Cost Actions
{{ b['title'] }} {{ b['pretty_start'] }} {{ b['pretty_end'] }} {{ b['days'] }} {{ b['costs']|length }} {{ b['total_cost'] }}
{% include 'booking_form.html' %}