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

Group List

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