{% extends 'admin-templates/admin-layout.html' %} {% block title %} Property Enquiry{% endblock title %} {% block body %}
{% if property_enquiry|length == 0 %} {% else %} {% for list in property_enquiry %} {% endfor %} {% endif %}
# Name Email Contact Reason Dealer Decison Date Actions
No Record Found!
{{loop.index}}
{{list.fullname}}
{{list.email}} {{list.mobile}} {{list.reason_buy}} {{list.dealer}} {{list.decision_time}} {{list.date}}
{% endblock body %}