{% extends "people/base.html" %} {% load friendly_loader %} {% load i18n %} {% friendly_load avatar_tags %} {% friendly_load relationship_tags %} {% block body_class %}profiles{% endblock %} {% block body %}

{% trans "Explore People" %}

{% include "search/_sort_filters.html" %}
{% include "_viewby.html" %}
{% include 'search/search_content.html' %}
{% endblock %} {% block extra_script %} {% include 'search_scripts.html' %} {% endblock extra_script %}