{% extends 'base.html' %} {% load static %} {% block title %}System Activity Analysis{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| User | Role | Total Activities | Security Events | Activity Level | Action |
|---|---|---|---|---|---|
| {{ user.user__first_name }} {{ user.user__last_name }} | {{ user.user__role|title }} | {{ user.activity_count }} | {% if user.security_events > 0 %} {{ user.security_events }} {% else %} 0 {% endif %} | {% if user.activity_count > 100 %} High {% elif user.activity_count > 50 %} Medium {% else %} Low {% endif %} | đ Analyze |
| No user activity data available | |||||
No module activity data available
{% endfor %}No after-hours activity detected
No bulk operations detected