{% extends 'cPanel/base.html' %} {% load cms_tags %} {% block pageTitle %}

Enquiry List

{% endblock pageTitle %} {% block content %}

 

{% if page_obj %} {% if user.is_superuser %} {% endif %} {% for enq in page_obj %} {% if user.is_superuser %} {% endif %} {% endfor %}
Date Customer Contact Email View StatusDelete
{{enq.enqCreatedOn |date:'d M, y'}} {{enq.enqName}}  {% if enq.enqContact %}{{enq.enqContact}}{% endif %} {% if enq.enqEmail %}{{enq.enqEmail}}{% endif %} 👁 {{enq.enqStatus}}

Do you want to Delete?

{% else %}

No Record Found

{% endif %}
{% endblock content %} {% block script %} {% endblock script %}