{% extends 'base.html' %} {% block title %} Property : : {{details[0].meta_title}} {% endblock title %} {% block body %}
{% if details[0].house_no is not none: %}
{{ details[0].house_no+","}}
{% endif %}
{% if details[0].city is not none: %}
{{ details[0].city+","}}
{% endif %}
{% if details[0].district: %}
{{ details[0].district+","}}
{% endif %}
{% if details[0].locality is not none: %}
Locality: {{ details[0].locality}}
{% endif %}
{% if details[0].landmark is not none: %}
Land Mark: {{ details[0].landmark}}
{% endif %}
Bedrooms
Bathrooms
{% if details[0].unit!=None: %} {{details[0].unit}} {% endif %}
{% if details[0].unit!=None: %} {{details[0].unit}} {% endif %}
{{details[0].propery_desc_remark}}
Size:
{{details[0].built_area}} {% if details[0].unit!=None: %} {{details[0].unit}} {% endif %}
Length:
{% if details[0].length!=None: %} {{details[0].length}} {% endif %}
Width:
{% if details[0].width!=None: %} {{details[0].width}} {% endif %}
Floors Allowed For Construction:
{% if details[0].floor_const_allow!=None: %} {{details[0].floor_const_allow}} {% endif %}
Furnished:
{{details[0].furnish_type}}
Configurations:
{{details[0].bhk}} {{details[0].proptype}}
Boundary wall around the property?:
{% if details[0].boundry_wall!=None: %} {{details[0].boundry_wall}} {% endif %}
No. of open sides:
{% if details[0].open_side!=None: %} {{details[0].open_side}} {% endif %}
construction done on this property?:
{% if details[0].construction_done!=None: %} {{details[0].construction_done}} {% endif %}
Available From:
{{details[0].available_from}}
Free Parking:
{{details[0].parking}}
Balcony:
{{details[0].balcony}}
Possession By:
{% if details[0].possesion!=None: %} {{details[0].possesion}} {% endif %}
Ownership By:
{% if details[0].ownership!=None: %} {{details[0].ownership}} {% endif %}
Property approved by:
{% if details[0].authority_approve!=None: %} {{details[0].authority_approve}} {% endif %}
Bathrooms:
{{details[0].bathroom}}
Possession Status:
{{details[0].cons_status}}
Size:
{{details[0].built_area}} {% if details[0].unit!=None: %} {{details[0].unit}} {% endif %}
Length:
{% if details[0].length!=None: %} {{details[0].length}} {% endif %}