{% extends 'base.html' %} {% block content %}
| S.No | Full Name | Profession | Mobile Number | Status | Action | |
|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ i.fullname }} | {{ i.profession }} | {{ i.mobilenumber }} | {% if i.status == '2' %}Private | {% else %}Public | {% endif %}
No records found for: "{{ query }}"
{% endif %}