{% if display_km != null %}
{{ __('LBL_DISTANCE') }}: {{ display_km }}{{ show_on_map | raw }}
{% endif %}
{% if main_room_type != null %}
{{ main_room_type | raw }}
{% if main_meal_name != '' %}
({{ main_meal_name | raw }})
{% endif %}
{% endif %}
{% if show_date %}
{{ __('LBL_CHECKIN') }}:
{{ checkin }}
{{ __('LBL_CHECKOUT') }}:
{{ checkout }} ({{ nights }})
{% endif %}
{% if show_details != 1 %}
{% if show_more_details == 1 %}
{{ __('LBL_MORE_DETAILS') }}
{% endif %}
{% if number_of_roomtypes != 1 %}
{{ more_roomtypes_link }}
{% endif %}
{% endif %}
{% if package_contents != '' %}
{{ package_contents }}
{% endif %}