{% if property_image %}
{{ address }} {% else %}
Property Photo {% endif %}
Asking Price
{{ price }}
{% if status %}
{{ status }}
{% endif %}
{{ address }}
{{ city_state }}
{{ bedrooms }}
Bedrooms
{{ bathrooms }}
Bathrooms
{{ sqft }}
Sq. Feet
{{ year_built }}
Year Built
{% if description %}
{{ description }}
{% endif %} {% if features %}
Key Features
{% for item in features %} {{ item }} {% endfor %}
{% endif %}
{{ agent_initials | default("AG") }}
{{ agent_name }}
{{ agent_title | default("Licensed Real Estate Agent") }}
{{ agent_phone }}
{{ agent_email }}
{% if brokerage %}
{{ brokerage }}
{% endif %}