{% extends 'admin-templates/admin-layout.html' %} {% block title %} Contact Enquiry{% endblock title %} {% block body %}
{% if contactlist|length == 0 %} {% else %} {% for list in contactlist %} {% endfor %} {% endif %}
# Name Email Contact Message Date Actions
No Record Found!
{{loop.index}}
{{list.name}}
{{list.email}} {{list.phone_num}} {{list.msg}} {{list.date}}
{% endblock body %}