{% with img=prop.get_primary_image %}
{% if img %}
{% else %}
{% endif %}
{% endwith %}
{{ prop.get_listing_type_display }}
{{ prop.get_status_display }}
{{ prop.formatted_price }}
{{ prop.title }}
{{ prop.city }}, {{ prop.state }}
{% if prop.bedrooms is not None %}
{{ prop.bedrooms }} Beds
{% endif %}
{% if prop.bathrooms is not None %}
{{ prop.bathrooms }} Baths
{% endif %}