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

{{ departure_date.strftime("%A, %d %B %Y %H:%M UTC") }} {{ ticket_tier }}

back to sailings

Passengers: {{ pax_label }}

{% if rear_mounted_bike_carrier %}

Bike carrier: yes | no

{% else %}

Bike carrier: yes | no

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

Pet accommodations

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

Sailing