Audit Logs
Track system activities and user actions for compliance and security
Total Logs
{{ total_logs }}
All time
Today's Logs
{{ today_logs }}
Last 24 hours
Security Events
{{ security_logs }}
This week
Failed Actions
{{ failed_logs }}
This week
System Audit Trail
| Timestamp | User | Action | Module | Object | IP Address | Status | Details |
|---|---|---|---|---|---|---|---|
|
{{ log.timestamp|date:"M d, Y" }}
{{ log.timestamp|date:"g:i:s A" }}
|
{{ log.user.get_full_name|default:log.user.username }}
{{ log.user.email }}
|
{{ log.get_action_display }} | {{ log.module|title }} |
{% if log.object_repr %}
{{ log.object_repr|truncatechars:30 }}
{{ log.content_type.model|title }} #{{ log.object_id }}
{% else %}
N/A
{% endif %}
|
{{ log.ip_address }}
{% if log.user_agent %}
{{ log.browser_info|default:"Unknown browser" }}
{% endif %}
|
{% if log.success %} Success {% else %} Failed {% endif %} |