{% extends "users/base.html" %} {% block complementary %} {{ block.super }}
{% endblock %} {% block content %} {% if not filter.data %} {% include 'includes/generic_pagination.html' %} {% endif %}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 }} |