{% load static %} Users {% include "sidebar/sidebar.html" %}
{% if all_data %} {% for data in all_data %} {% if data.status == 1 %} {% else %} {% endif %} {% endfor %} {% else %} There are no records in the system {% endif %}
# Name Email Mobile Role Status Status
{{data.id}} {{data.name}} {{data.email}} {{data.mobile}} {{data.role}} {{data.status}} ActiveInactive