{% extends "base.html" %} {% block extrahead %} {% endblock %} {% block title %}Membership update{% endblock %} {% block content %}
The ASA is attempting to verify that all currently recognized groups are active and have at least five student members.
We ask you to help with that process by indicating what groups you consider yourself a member of.
| Group | |
|---|---|
| {{group}} |
You are not currently indicating membership in any groups.
{% endif %}| Group | Roles | Add/Remove |
|---|---|---|
| {{group}} | {{roles|join:", "}} |
Below, you can add or remove any recognized group from the list of groups you are a member of.
{% endblock %}