{% extends 'base.html' %} {% block header %}
{% block title %}Manage groups{% endblock %}
{% endblock %} {% block content %}
Create new group


Edit Groups
Group privacy settings do not affect members contained within the groups
Deleting a group does not delete any members who are part of that group {% for group in groups %}




Delete group - WARNING: this action is permanent and irreversible
{% endfor %}
{% endblock %}