{{ port_lookup[departure_port].title() }} to {{ port_lookup[arrival_port].title() }}

{{ departure_date.strftime("%A, %d %B %Y %H:%M UTC") }} {{ 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" } %}