{% extends "users/base.html" %} {% block aside %} {{ block.super }}
Search the community {{ filter.form.as_p }}

{% endblock %} {% block content %} {% if not filter.data %} {% include 'includes/generic_pagination.html' %} {% endif %} {% if filter.data %} {% if filter.qs %}{# uses filter #} {% for profile in filter.qs|slice:"50" %} {% endfor %} {% else %} {% endif %} {% else %} {% for profile in object_list %} {% endfor %} {% endif %}
{{ site.name }} Community
Name City State Country
{{ profile.display_name }} {{ profile.city }} {{ profile.state }} {{ profile.country }}
No results found
{{ profile.display_name }} {{ profile.city }} {{ profile.state }} {{ profile.country }}
{% if not filter.data %} {% include 'includes/generic_pagination.html' %} {% endif %} {% endblock %}