{% extends "groups/group_detail.html" %} {% load i18n %} {% block title %}{{ object.name|default:object.slug }} — {{ block.super.super }}{% endblock %} {% block body_outer %}

{{ object.description|default_if_none:'' }}

{% trans "Groups" %}

{% include 'groups/_group_list_item.html' %}
{% include 'search/_pagination.html' %}
{% endblock %} {% block extra_script %} {{ block.super.super }} {% with include_spatial='false' %} {% include 'search/search_scripts.html' %} {% endwith %} {% endblock extra_script %}