{{ departure_port }} to {{ arrival_port }}

{{ departure_date }} {{ ticket_tier }}

{% for a in accommodations if a.quantityAvailable > 0 %} {% endfor %}
code description births quantity
available
price
{{ a.code }} {{ a.description }} {{ a.maxAdults }} {% if a.quantityAvailable == 10 %} 10+ {% else %} {{ a.quantityAvailable }} {% endif %} £{{ a.unitCost.amount }}

Pet accommodations

{% set pets = {"G": "stay in car", "B": "large kennel", "K": "small kennel" } %}