{% set priceChange = info.soldPrice != info.price %} {% set priceTrend = info.trendUp ? 'up' : 'down' %}
{{ info.streetAddress }} {{ info.cityAddress }} {% for tag in info.listingTags %} {{ tag.value }} {% endfor %}
{% if info.updateTimeLong %} UPDATED: {{ (info.updateTimeLong/1000) | date("m/d/Y h:i A") }} {% endif %} {{ info.marketInfo }}
{% if info.mlsOrg.listingProviderDirection == 1 %} {% if info.mlsOrg.copyright is not empty %} {% endif %} {% endif %} {% if info.soldDate and info.showSoldPrice %}{{ info.soldPrice }}
{{ info.initialPrice }} {% if priceChange %} {% if priceTrend == 'up'%} {% else %} {% endif %} {{ info.trend }} {% endif %}
{{ info.price }}
{% endif %}{{ info.bedInfo | raw }}
Key Details
{{ value.name }} {{ value.value | raw }}
{% endfor %} {% if info.firstGroup.fields|length is odd %}{% endif %}
Property Description
{{ info.detailsDescribe | raw }}
{% endif %}