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

Cid Groups

Create new group

{% for group in groups %}

{{group.name}}

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