{% extends "profiles/base-wide.html" %} {% load base_filters %} {% load bootstrap_pagination_tags %} {% load perm_tags %} {% load profile_tags %} {% load search_tags %} {% block title %}{% trans "People Search" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% if memberships_search %}{% trans "Members Search" %}{% else %}{% trans "People Search" %}{% endif %}

{{ MODULE_USERS_USERSEARCHSTATEMENT }} {% autopaginate profiles 10 %} {% profile_search %} {% if profiles %} {{ paginator.count }} Pe{{ paginator.count|pluralize:"rson,ople" }} {% trans "Found" %} {% else %}

{% trans "Sorry, we didn't find anything for your search."%}

{% endif %}
{% for profile in profiles %} {% search_result profile %} {% empty %} {% endfor %}
{% paginate %}
{% endblock %}