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

Group List

{% for groupname, attributes in grouped_results.items() %} {% for attribute in attributes %} {% endfor %} {% endfor %}
Group Name Attribute Op Value Actions
🗑️
{% endblock %}