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