{% extends 'base.html' %} {% block content %}
Search results for: "{{ query }}"
| S.No | Full Name | Contact Number | Entery Date and Time | Status | Action | ||
|---|---|---|---|---|---|---|---|
| {{ i.id}} | {{ i.fullname}} | {{ i.mobilenumber}} | {{ i.email}} | {{ i.created_at}} | {% if i.status == '0' %}Visitor In | {% else %}{{ i.status}} | {% endif %}Update Delete |
No records found for: "{{ query }}"
{% endif %} {% endif %}