{% extends "modern/base.html" %} {% block title %}Audit Log - BLOOM LIMS{% endblock %} {% block content %}
System-wide audit trail and activity history
| Timestamp | User | Action | Object | Details |
|---|---|---|---|---|
| {{ entry.timestamp.strftime('%Y-%m-%d %H:%M:%S') if entry.timestamp else '-' }} | {{ entry.user | default('system') }} | {{ entry.action | default('-') }} | {% if entry.euid %} {{ entry.euid }} {% else %} - {% endif %} | {{ entry.details | default('-') | truncate(50) }} |
| No audit entries found | ||||