{% extends 'admin-templates/admin-layout.html' %} {% block title %} Property LIsting {% endblock title %} {% block body %}
{% if plisting|length == 0 %} {% else %} {% for list in plisting %} {% endfor %} {% endif %}
# Name Listing Type Property Type City Date Actions
No Record Found!
{{loop.index}} {{list.listtype}} {{list.requiretype+" - "+list.proptype}} {{list.district}} - [{{list.city}}] {{list.date}}
{% endblock body %}