{{ page.unitName }} {{ page.propertyName }}
{{ icons.icon('pin') }}{{ page.address }}
-
{% for fact in page.facts %}
- {{ icons.icon(fact.icon) }}{{ fact.label }} {% endfor %}
{{ 'sections.about'|trans }}
{{ 'sections.amenities'|trans }}
-
{% for amenity in page.amenities %}
- {{ icons.icon('check') }}{{ amenity }} {% endfor %}
{{ 'sections.videos'|trans }}
{{ 'sections.location'|trans }}
{{ 'steps.title'|trans }}
-
{% for step in [{key: 'one', icon: 'chat'}, {key: 'two', icon: 'calendar'}, {key: 'three', icon: 'key'}] %}
{# With bookings on, the first two steps swap round: you pick the time yourself. #}
{% set prefix = visit and step.key != 'three' ? 'steps.booking.' : 'steps.' %}
-
{{ icons.icon(step.icon) }}
{{ (prefix ~ step.key ~ '.title')|trans }}
{{ (prefix ~ step.key ~ '.body')|trans({landlord: page.landlordName}) }}
{% endfor %}