{% if house.previewPicture %} {{ house.address }} {% else %} {{ house.address }} {% endif %}

{{house.address}}

${{ house.price | number_format(0, '.', ',')}}

{% if house.bedrooms > 0 %} {{ house.bedrooms }} {{ house.bedrooms == 1 ? 'Bed':'Beds' }} {% endif %} {% if house.bathrooms > 0 %} {{ house.bathrooms }} {{ house.bathrooms == 1 ? 'Bath':'Baths' }} {% endif %} {% if house.area > 0 %} {{ house.area | number_format(house.decimal, '.', ',')}} {{ house.unit }} {% endif %}

{{ house.mlsOrg.cardTemplate | raw }}

{% if house.mlsOrg.logo %}
{{ house.mlsOrg.name ?? house.mlsOrg.id }}
{% endif %}