{% extends 'base.html' %} {% load activity_extras %} {% block title %}{{ activity_seo_site_name }} — {{ activity_author_name }}{% endblock %} {% block sub_header %} {% include 'user_management_sub_header.html' %} {% endblock %} {% block extra_head %} {% include "activity/_seo_head.html" %} {% endblock %} {% block content %}
{{ total_activity_logs }} events · {{ activity_package_name }} by {{ activity_author_name }} ({{ activity_author_handle }})
{{ online_count }}
Active in last {{ online_cutoff_minutes }} min{{ inactive_users|length }}
No page visit in {{ inactive_days }}+ days{{ total_activity_logs }}
All tracked eventsNo time data yet. Browse a few pages and return — time is recorded when you leave each page.
{% endif %}| User | {% for _f, header in user_list_columns|slice:":1" %}{{ header }} | {% endfor %}Last access |
|---|---|---|
| {{ u|user_display }} | {% for field_name, _header in user_list_columns|slice:":1" %}{{ u|user_field:field_name }} | {% endfor %}{% if u.last_access_at %}{{ u.last_access_at|date:"d M, H:i:s" }}{% else %}—{% endif %} |
| No users online in the last {{ online_cutoff_minutes }} minutes | ||
| When | User | Action | Search | Path |
|---|---|---|---|---|
| {{ log.created_at|date:"d M H:i:s" }} | {% if log.user %}{{ log.user|user_display }}{% else %}Guest{% endif %} | {{ log.action|default:log.event_type }} | {% if log|meta_search_term %}{{ log|meta_search_term }}{% else %}—{% endif %} | {{ log.path }} |
| No activity yet. Browse the site while logged in. | ||||