Groups

Manage Groups
{% if visible_groups %}
{% for group in visible_groups %}{{ group.name }}{% endfor %}
{% else %}Not assigned to a Group.{% endif %}