Property Description
{{ property.adDescription }}
{% if property.securityDescription != "" %}
- Security
- {{property.securityDescription}}
{% endif %}
{% if property.lotSize != "" %}
- Lot Size
- {{ property.lotSize }}
{% endif %}
{% if property.includedUtilityDescription != "" %}
- Included Utilities
- {{ property.includedUtilityDescription.slice(0, -2) }}
{% endif %}
{% if property.heatType != "" %}
- Heat Type
- {{ property.heatType }}
{% endif %}
{% if property.moveInSpecial != "" %}
- Move In Special
- {{ property.moveInSpecial }}
{% endif %}
{% if property.yearBuilt != "" %}
- Year Built
- {{ property.yearBuilt }}
{% endif %}
{% if property.floors != "" %}
- Floor(s)
- {{ property.floors }}
{% endif %}
{% if property.garageSizeDescription != "" %}
- Garage Size
- {{ property.garageSizeDescription }}
{% endif %}
{% if property.dog != "" or property.cat != "" or property.housingAssistance != "" or property.smokingDescription != "" %}
Restrictions
{% if property.housingAssistance != "" %}
- Housing Assistance
-
{% if property.housingAssistance == "True" %}
Available
{% else %}
Not Available
{% endif %}
{% endif %}
{% if property.dog != "" or property.cat != "" %}
{% if property.dog != "" %}
- Dogs
-
{% if property.dog == "True" %}
Ok
{% else %}
No
{% endif %}
{% endif %}
{% if property.cat is != "" %}
- Cats
-
{% if property.cat == "True" %}
Ok
{% else %}
No
{% endif %}
{% endif %}
{% endif %}
{% if property.petDescription != "" %}
- Pet Details
- {{ property.petDescription }}
{% endif %}
{% if property.smokingDescription != "" %}
- Smoking:
- {{ property.smokingDescription }}
{% endif %}
{% endif %}
{% if property.leaseDescription != "" or property.tenantMix != "" or property.sectionEight != "" or property.availabilityDate != "" %}
Lease Details
{% if property.leaseDescription != "" %}
{{ property.leaseDescription }}
{% endif %}
{% if property.depositDescription != "" %}
{{ property.depositDescription }}
Deposit
{% endif %}
{% if property.applicationFeeDescription != "" %}
{{ property.applicationFeeDescription }}
Application Fee
{% endif %}
{% if property.tenantMix != "" %}
- Tenant Mix
- {{ property.tenantMix }}
{% endif %}
{% if property.sectionEight != "" %}
- Section 8
-
{% if property.sectionEight == "True" %}
Housing Assistance Accepted
{% else %}
Housing Assistance Not Accepted
{% endif %}
{% if property.sectionEight != "" and property.sectionEightArea != "" %}
Governing Area:
{{ property.sectionEightArea }}
{% endif %}
{% endif %}
{% if property.availabilityDate != "" %}
- Date Available
-
{% assign available = property.availabilityDate | compareDate : dateNow %}
{% if available >= 1 %}
{{ property.availabilityDate }}
{% else %}
Immediately
{% endif %}
{% endif %}
{% endif %}
{% if property.locatedNear != "" or property.crossStreet != "" or property.schools != "" %}
Area Information
{% if property.locatedNear != "" %}
- Located Near
- {{ property.locatedNear }}
{% endif %}
{% if property.crossStreet != "" %}
- Cross Street
- {{ property.crossStreet }}
{% endif %}
{% if property.schools != "" %}
- Schools
- {{ property.schools }}
{% endif %}
{% endif %}
{% if property.spaceCount != "" or property.coveredCount != "" or property.garageCarCount != "" or property.parkingCost != "" %}
Parking
{% if property.spaceCount != "" %}
- Spaces:
- {{ property.spaceCount }}
{% endif %}
{% if property.coveredCount != "" %}
- Covered Count:
- {{ property.coveredCount }}
{% endif %}
{% if property.garageCarCount != "" %}
- Garage Spaces:
- {{ property.garageCarCount }}
{% endif %}
{% if property.parkingCost != "" %}
- Parking Description:
- {{ property.parkingCost }}
{% endif %}
{% endif %}
{% if files.size > 0 %}
Documents
{% endif %}
Leasing Contact
{% if property.agentImageFileName != "" %}

{% endif %}
{{ property.contactName | default: property.contactCompany }}
{% if property.contactName != "" %}
{{ property.contactCompany }}
{% endif %}
Tel:
{{ property.contactPhone1 }}
{{ if property.contactExt1 != "" %}{% endraw %} x{% raw %}{{ property.contactExt1 }}{% endif %}
{% if property.licenseNbr != "" %}
- License #
- {{ property.licenseNbr }}
{% endif %}
{% if property.contactName2 != "" %}
Secondary Contact
{{ property.contactName2 }}
Tel:
{{ property.contactPhone2 }}
{{ if property.contactExt2 != "" %}{% endraw %} x{% raw %}{{ property.contactExt2 }}{% endif %}
{% endif %}
{% if features.size > 0 %}
{% if features.size > 0 %}
{% assign featureGroupID = 0 %}
{% for i in (0..features.size) %}
{% if featureGroupID != features[i].featureGroupID %}
{% assign featureGroupID = features[i].featureGroupID %}
{% if i != 0 %}
{% endif %}
{{ features[i].featureGroupName }}
{% endif %}
{{ features[i].featureName }}
{% endfor %}
{% endif %}