{% extends 'base.html' %} {% load static %} {% block body %} {% include 'navbar.html' %}
| S.No | Profile | Name | Mobile | Verified | Created At | Action | ||
|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} |
{% if contractor.profile_pic %}
{% endif %}
|
{{ contractor.name|default:"-" }} | {{ contractor.email|default:"-" }} | {{ contractor.mobile|default:"-" }} |
|
{% if contractor.contractor_profile %} {{ contractor.contractor_profile.created_at|date:"d M Y h:i A" }} {% else %} - {% endif %} | View | |
| No Users Found | ||||||||