{% if property.metroStation %} {% endif %} {% if property.bathroomsNumber != '' %} {% endif %} {% if property.bedroomsNumber != '' %} {% endif %} {% if property.maxGuests != '' %} {% endif %} {% if property.availableNow == '1' %} {% endif %} {% if property.price != '' %} {% endif %}
{{ 'property.location' | trans }}: {% if property.neighborhood.name | default %} {{ property.neighborhood.name }}, {% elseif property.district.name | default %} {{ property.district.name }}, {% endif %} {{ property.city.name }}
{{ 'metro_station' | trans }}: {{ property.metroStation.name }}
{{ 'property.deal_type' | trans }}: {{ property.dealType.name }}
{{ 'property.category' | trans }}: {{ property.category.name }}
{{ 'property.bathrooms' | trans }}: {{ property.bathroomsNumber }}
{{ 'property.bedrooms' | trans }}: {{ property.bedroomsNumber }}
{{ 'property.max_guests' | trans }}: {{ property.maxGuests }}
{{ 'property.available_now' | trans }}: {{ 'yes' | trans }}
{{ 'property.price' | trans }}: {{ site.currency.symbolLeft }}{{ property.price }} {{ site.currency.symbolRight }} {% if property.priceType != '' %} / {{ property.priceType }} {% endif %}