diff --git a/frontend/templates/audit_logs.html b/frontend/templates/audit_logs.html index 92073816..fa0a2e0c 100644 --- a/frontend/templates/audit_logs.html +++ b/frontend/templates/audit_logs.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Audit Logs - DocuElevate{% endblock %} +{% block title %}{{ _("audit.page_title") }}{% endblock %} {% block content %}
- Comprehensive, append-only record of all significant actions. + {{ _("audit.subtitle") }}
| Timestamp | -Severity | -User | -Action | -Resource | -IP | -Details | +{{ _("audit.col_timestamp") }} | +{{ _("audit.filter_severity") }} | +{{ _("audit.filter_user") }} | +{{ _("audit.filter_action") }} | +{{ _("audit.col_resource") }} | +{{ _("audit.col_ip") }} | +{{ _("common.details") }} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
- No audit events recorded yet. -Significant actions (logins, document operations, settings changes) will appear here. +{{ _("audit.no_events") }} +{{ _("audit.no_events_hint") }} |
|||||||||||||