{% extends "people/profile_base.html" %} {% load i18n %} {% block body_class %}people people-list explore{% endblock %} {% block body %}
{% include "people/_profile_list_item.html" %}
{% endblock %} {% block extra_script %} {% with include_spatial='false' %} {% include 'search/search_scripts.html' %} {% endwith %} {% endblock extra_script %}