diff --git a/templates/groups/group_list.html b/templates/groups/group_list.html index 10c0a7f..c508bf0 100644 --- a/templates/groups/group_list.html +++ b/templates/groups/group_list.html @@ -8,9 +8,10 @@ {% if group_list %} - + {% for id, group, status, requestable, fixed, pending in group_list %} +
Group NameStatusActions
Group NameDescriptionStatusActions
{{ group }}{{ group.description }} {% if pending %}Request Pending{% else %}{% if status %}{{ status }}{% endif %}{% endif %} {% ifequal status None %}{% if requestable %}Request Membership{% endif %}{% endifequal %} {% if not fixed and status %}Leave {% endif %}