{% if list.locality != None: %}
Locality
{{list.locality}}
{% endif %}
{% if list.apartment != None: %}
Apartment
{{list.apartment}}
{% endif %}
{% if list.cons_status != None: %}
Construction Status
{{list.cons_status}}
{% endif %}
{% if list.bhk != None: %}
{% endif %}
{% if list.bathroom != None: %}
Bathroom
{{list.bathroom}}
{% endif %}
{% if list.balcony != None: %}
{% endif %}
{% if list.furnish_type != None: %}
Furnish Type
{{list.furnish_type}}
{% endif %}
{% if list.parking != None: %}
{% endif %}
{% if list.cost != None: %}
{% endif %}
{% if list.available_from != None: %}
Available From
{{list.available_from}}
{% endif %}
{% if list.monthly_rent != None: %}
Monthly Rent
{{list.monthly_rent}}
{% endif %}
{% if list.suitable != None: %}
Suitable For
{{list.suitable}}
{% endif %}
{% if list.location_hub != None: %}
Location Hub
{{list.location_hub}}
{% endif %}
{% if list.carpet_area != None: %}
Carpet Area
{{list.carpet_area}}
{% endif %}
{% if list.ent_width != None: %}
Entrance Width
{{list.ent_width}}
{% endif %}
{% if list.ceiling_ht != None: %}
Ceiling Height
{{list.ceiling_ht}}
{% endif %}
{% if list.ownership != None: %}
Ownership
{{list.ownership}}
{% endif %}
{% if list.plot_area != None: %}
Plot Area
{{list.plot_area}}
{% endif %}
{% if list.length != None: %}
{% endif %}
{% if list.width != None: %}
{% endif %}
{% if list.price != None: %}
{% endif %}