{% extends 'base.html' %} {% block title %}User List{% endblock %} {% block content %}

User List

{% for username, attributes in grouped_users.items() %} {% for attribute in attributes %} {% endfor %}
User Name Attributes Op Value Actions
🗑️
🗑️
{% endfor %}
User Name Attributes Op Value Actions
{% endblock %}