{{ departure_date.strftime("%A, %d %B %Y %H:%M UTC") }} {{ ticket_tier }}
code | description | births | quantity available |
price |
---|---|---|---|---|
{{ a.code }} | {{ a.description }} | {{ a.maxAdults }} | {% if a.quantityAvailable == 10 %} 10+ {% else %} {{ a.quantityAvailable }} {% endif %} | £{{ a.unitCost.amount }} |