| Timestamp | Actor | Action | Target | Details | IP Address |
|---|---|---|---|---|---|
| {{ log.timestamp_fmt }} | {% if log.actor == 'system' %} 🤖 system {% else %} 👤 {{ log.actor }} {% endif %} | {% if log.action in ('USER_LOGIN', 'USER_LOGOUT') %} {{ log.action }} {% elif 'SUCCESS' in log.action or 'OK' in log.action %} {{ log.action }} {% elif 'FAIL' in log.action or 'FAILURE' in log.action or 'ERROR' in log.action %} {{ log.action }} {% else %} {{ log.action }} {% endif %} | {{ log.target }} | {{ log.details }} | {{ log.ip_address }} |
| No matching audit logs found. User actions and system events will appear here chronologically. | |||||
Showing {{ logs|length }} of {{ total_count }} log entries
{% if page > 1 %}
← Previous
{% else %}
{% endif %}
Page {{ page }} of {{ total_pages }}
{% if page < total_pages %}
Next →
{% else %}
{% endif %}