{% extends "base.html" %} {% block content %}
This is the list of your current groups, and groups you can request to be a member of.
| Group Name | Status | Actions |
|---|---|---|
| {{ group }} | {% if status %}{{ status }}{% endif %} | {% ifequal status None %}{% if requestable %}Request Membership{% endif %}{% endifequal %} {% if not fixed and status %}Leave {% endif %} {% if status == 'Admin' or request.user.is_superuser %}Admin{% endif %} |