{% extends "layouts/dashboard.html" %} {% load humanize %} {% block title %}Audit log — IILMP{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
Immutable record of platform activity — who did what, on which data, and when.
| Time | Actor | Action | Method | Model | Changes | Path | IP address |
|---|---|---|---|---|---|---|---|
| {{ row.actor.email|default:"—" }} | {{ row.action }} | {{ row.method|default:"—" }} | {{ row.target_model|default:"—" }} |
{% if row.object_repr %}{{ row.object_repr }}{% endif %}
{% if row.changes %}
|
{{ row.ip_address|default:"—" }} | ||
|
{% if has_filters %} Broaden the date range, remove one filter at a time, or clear all filters to return to the full log. {% else %} As users sign in and data changes across IILMP, rows will appear here automatically. This list is append-only. {% endif %} {% if has_filters %} Clear all filters → {% endif %} |
|||||||
Timestamps are stored in the server timezone. For formal disclosures, export or correlate with your organisation's retention policy outside this screen.
{% endblock %}