Search and manage system users
Found {{ total_count }} user{{ total_count|pluralize }} matching "{{ query }}"
{% if total_count > 0 %}Name | Staff | Active | Date Joined | Actions | |
---|---|---|---|---|---|
{{ user.email }} | {% if user.first_name or user.last_name %} {{ user.first_name }} {{ user.last_name }} {% else %} No name set {% endif %} | {% if user.is_staff %} Staff {% else %} User {% endif %} | {% if user.is_active %} Active {% else %} Inactive {% endif %} | {{ user.date_joined|date:"M d, Y" }} | View |
No users found matching your search criteria.
Search for Users
Enter an email address, first name, or last name to search for users.