name | bookings | days | percent | cost ({{ currency }}) |
---|---|---|---|---|
{{ row[0] }} | {{ row[1] }} | {{ row[2] }} | {{ row[3] }} | {{ row[4] }} |
name | bookings | days | percent | cost ({{ currency }}) |
---|---|---|---|---|
{{ row[0] }} {% if alias %} ({{ alias }}) {% endif %} | {{ row[1] }} | {{ row[2] }} | {{ row[3] }} | {{ row[4] }} |
Booking Title | Start | End | Days | Cost ({{ currency }}) | Actions |
---|---|---|---|---|---|
{{ first[1] }} | {{ first[2] }} | {{ first[3] }} | |||
{{ b['title'] }} | {{ b['pretty_start'] }} | {{ b['pretty_end'] }} | {{ b['days'] }} | {{ b['total_cost'] }} |