{% extends 'django_spire/page/full_page.html' %} {% block full_page_content %}
{% include 'django_spire/auth/group/card/detail_card.html' %}
{% include 'django_spire/auth/group/card/group_permission_list_card.html' %}
{% include 'django_spire/auth/group/card/group_user_list_card.html' with queryset=user_list %}
{% include 'django_spire/activity/card/list_card.html' with queryset=group.activity_log.all %}
{% endblock %}