{% extends "base.html" %} {% block title %}Activity History - {{ lab_name }}{% endblock %} {% block content %}
| Time | {% if not filter_user_id and all_users %}User | {% endif %}Action | Details |
|---|---|---|---|
| {{ log.created_at }} | {% if not filter_user_id and all_users %}{{ log.user_name or 'System/Unknown' }} | {% endif %}{{ log.action }} | {{ log.details or '-' }} |
No history records found.
{% endif %}