{% extends "backend/base.html" %} {% block content %}
Client Groups
Create, edit and delete client groups
Active Client Groups
{% for group in object_list %} {% endfor %}
Name Options
{{ group.name }}
{% endblock %}