{% load static %} Staff Dashboard

All Users

{% if user.is_authenticated %}
{% for u in users %} {% empty %} {% endfor %}
# Username Password
{{ forloop.counter }} {{ u.username }} ********
No users found
{% else %}
You are not logged in.
Login
{% endif %}