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