{% 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/tab/user_list_card_tabs.html'%}
{% include 'django_spire/activity/card/list_card.html' with queryset=group.activity_log.all %}
{% endblock %}