{% extends 'admin_dash/base.html' %} {% load static %} {% load humanize %} {% block content %}
{% for msg in messages %} {% endfor%}

All Users

{% for user in all_users %} {% endfor %}
{% endblock content %}