{% set isProtected = house.isProtected %}
{% if house.previewPicture %} {{ house.address }} {% else %} {{ house.address }} {% endif %} {% if isProtected %}
{% endif %} {% if not isProtected %} {% for tag in house.listingTags %}
{{ tag.value }}
{% endfor %}
{{ house.picturesNum }}
{% if not house.soldDate %} {% if house.collectStatus %} {% else %} {% endif %} {% endif %} {% endif %}
{% if house.soldDate %}

{% if house.showSoldPrice %} ${{ isProtected ? '****' : house.soldPrice | number_format(0, '.', ',')}} ${{ isProtected ? '****' : house.price | number_format(0, '.', ',')}} {% else %} ${{ isProtected ? '****' : house.price | number_format(0, '.', ',')}} {% endif %} {% if house.showSoldPrice and house.priceChange and not isProtected %} {% if house.priceTrend == 'up'%} {% else %} {% endif %} {{ (house.priceChangePercent * 100) | abs | number_format(1) ~ '%' }} {% endif %}

{% else %}

${{ isProtected ? '****' : house.price | number_format(0, '.', ',')}}

{% endif %}

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

{{ isProtected ? 'Address Not Disclosed' : house.address }}

{% if house.showMls %}
MLS# {{ house.mlsListingId }}
{% endif %}

{{ house.mlsOrg.cardTemplate | raw }}

{% if house.mlsOrg.logo %} {% endif %} {% if house.mlsOrg.smallLogo %} {% endif %}