{% extends 'base.html' %} {% load activity_extras %} {% block title %}Users — {{ activity_seo_site_name }} | {{ activity_author_handle }}{% endblock %} {% block sub_header %} {% include 'user_management_sub_header.html' %} {% endblock %} {% block extra_head %} {% include "activity/_seo_head.html" %} {% endblock %} {% block content %}
Filtered app section: {{ section_filter }}
{% endif %}Total: {{ total_users }} user{{ total_users|pluralize }}
| # | {% for _field, header in user_list_columns %}{{ header }} | {% endfor %}Name | Last activity | Logins | Last IP | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ page_obj.start_index|add:forloop.counter0 }} | {% for field_name, _header in user_list_columns %}{{ u|user_field:field_name }} | {% endfor %}{{ u|user_display }} | {% if u.last_activity %}{{ u.last_activity|date:"d M Y, H:i" }}{% else %}—{% endif %} | {{ u.total_logins|default:0 }} | {{ last_ips|get_item:u.id|default:"—" }} | Logs | |||||
| No users found. | |||||||||||