{% extends base_template %} {% load debusine %} {% block content %}
{% if current_user %} This page lists all groups of which you are a member. {% else %} This page lists all groups of which {% include "web/_user_link_full.html" with user=person only %} is a member. {% endif %}
Name | Members | Ephemeral | Role |
---|---|---|---|
{{ gm.group.name }} | {{ gm.group.users.count }} | {{ gm.group.ephemeral|yesno:"yes,no" }} | {{ gm.role }} |
{% if current_user %} You are not currently a member of any group. {% else %} {% include "web/_user_link_full.html" with user=person only %} is not currently a member of any group. {% endif %}
{% endif %} {% endblock %}