{% extends 'base.html' %} {% load static %} {% block body %} {% include 'navbar.html' %}
| S No. | Image | Name | Mobile | |
|---|---|---|---|---|
| {{forloop.counter}} |
{% if user.image %}
{% endif %}
|
{{user.name}} | {% if user.mobile %} {{user.mobile}} {% else %} - {% endif %} | {{user.email}} |