{% include 'AdminTemplates/adminDash.html' %} {% load static %} {% block body %}
{% if added %}

Users '{{added}}' is Added

{% endif %} {% if edited %}

Users '{{edited}}' is Modified

{% endif %} {% if pro_deleted %}

Users '{{pro_deleted}}' is Deleted

{% endif %}
img
{% csrf_token %} {% for li in lists %} {% endfor %}
Name Username Email Role Actions
{{ li.first_name }} {{ li.username }} {{ li.email }} {{ li.account_type }} {% if li.status == 'Active' %} {% else %} {% endif %}
{% endblock body %}