{% extends 'generic/base.html' %} {% block content %}

User Groups

Create new group

{% for group in groups %}

{{group.name}}

{% comment %} {% endcomment %}

{% endfor %} {% if view_all %} View active {% else %} View all {% endif %} {% endblock %}