{% extends 'admin-templates/admin-layout.html' %} {% block title %} Contact Enquiry{% endblock title %} {% block body %}
{% if list|length == 0 %} {% else %} {% for list in list %} {% endfor %} {% endif %}
# Image Title URL Short Desc. Date Actions
No Record Found!
{{loop.index}} {% if list.image %} {% endif%}
{{list.title}}
{{list.url}} {{list.brf_desc}} {{list.date.strftime("%d-%m-%Y")}}
{% endblock body %}