{% 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 %}
{% include "groups/_group_list_item.html" %}
{% include 'search/_pagination.html' %}
{% endblock %} {% block extra_script %} {% with include_spatial='false' %} {% include 'search/search_scripts.html' %} {% endwith %} {% endblock extra_script %}