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

{{ object.title|default:object.slug }}

{% if object.logo %} {% else %}

{% trans "This group has not created a logo." %}

{% endif %}

{{ object.description }}

{% trans "Members" %}

{% include 'search/_pagination.html' %}
{% include 'people/_profile_list_item.html' %}
{% endblock %} {% block extra_script %} {% with include_spatial='false' %} {% include 'search/search_scripts.html' %} {% endwith %} {% endblock extra_script %}