{% extends "groups/group_base.html" %} {% load pagination_tags %} {% load i18n %} {% load staticfiles %} {% block title %} {% trans "Explore Groups" %} - {{ block.super }} {% endblock %} {% block body_class %}groups groups-list explore{% endblock %} {% block body %}

{% trans "Explore Groups" %}

{% include "search/_sort_filters.html" %}
{% include "_viewby.html" %}

{% trans "Your selections" %} {% trans "Clear all" %}

{% with type='group' %} {% include "search/_general_filters.html" %} {% endwith %}
{% include 'search/search_content.html' %}
{% endblock %} {% block extra_script %} {% with include_spatial='false' %} {% include 'search_scripts.html' %} {% endwith %} {% endblock extra_script %}