{% extends "groups/group_base.html" %} {% load i18n %} {% load staticfiles %} {% block title %} {% trans "Explore Groups" %} - {{ block.super }} {% endblock %} {% block body_class %}groups explore{% endblock %} {% block body %} {% with include_type_filter='true' %} {% with facet_type='groups' %} {% include "search/_search_user_content.html" %} {% endwith %} {% endwith %} {% include "_bulk_permissions_form.html" %} {% endblock %} {% block extra_script %} {% with include_spatial='false' %} {% include 'search/search_scripts.html' %} {% endwith %} {% endblock extra_script %}