{{ city }},
{{ location }}{{ location_detail }}
{% if is_cart != 1 %}
{{ price }} {{ curr }} {{ unit }}
{% if is_package == 0 %}
{% elseif is_package == 1 %}
{% if livedata == 1 %}
{{ totalprice_text }}: {{ totalprice }} {{ curr }}
{% elseif livedata == 0 %}
{% endif %}
{% endif %}
{% if is_package == 1 %}
{{ __('LBL_PRICE_INCLUDE') }}
{% endif %}
{% else %}
{{ status | raw }}
{% if deadline != null %} {{ deadline|raw }} {% endif %}
{% endif %}
{% 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 %}
{% if show_button_book == 1 %}
{{ button_book | raw }}
{% endif %}
{% if show_button_availability == 1 %}
{{ button_availability | raw }}
{% endif %}
{% if show_button_info == 1 %}
{{ button_info | raw }}
{% endif %}
{% if show_details != 1 %}
{% if number_of_roomtypes != 1 %}
{% for roomtype in roomtypes %}
{{ roomtype.room_type }} ({{ roomtype.meal_name | raw }})
{{ roomtype.room_price | raw }}
{% if room_price_unit != '' %}
{{ room_price_unit }}
{% endif %}
{% if show_button_book == 1 %}
{{ roomtype.button_room | raw }}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
{% else %}