{% 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.description }}

{% if object.keyword_list %}

{% for keyword in object.keyword_list %} {{ keyword }} {% endfor %}

{% else %} {% endif %} {% if object.email %}

{{ object.email }}

{% endif %}

{% 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 %}