{% extends "base.html" %} {% block title %}Activity Logs{% endblock %} {% block page_title %}Activity Logs{% endblock %} {% block content %}
Select a retention period. All activity log entries older than that threshold will be permanently deleted and cannot be recovered. This action is itself logged before the deletion runs.
| Timestamp | Action | User | Entity | Details | IP Address |
|---|---|---|---|---|---|
| {{ log.created_at.strftime('%Y-%m-%d %H:%M:%S') }} | {{ log.action }} |
{% if log.user %}
{{ log.user.full_name }} {{ log.user.email }} {% else %} System {% endif %} |
{{ log.entity_type or '—' }}{% if log.entity_id %} #{{ log.entity_id }}{% endif %} | {{ log.ip_address or '—' }} |