{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %}
Showing {{ users|length }} of {{ total_count }} matching user{{ total_count|pluralize }}. {% if truncated %}Result list is capped at {{ limit }} — refine your search to see the rest.{% endif %}
| Name | Organization | Role | Action | |
|---|---|---|---|---|
| {{ user.email }} | {{ user.name|default:"—" }} | {{ user.organization.name|default:"—" }} | {{ user.organization_role|default:"—" }} | |
| No active users match “{{ query }}”. | ||||
Search for a user above to start an SOS session.
{% endif %} {% endblock %}