{% extends "admin/layout.html" %} {% block title %}Audit Log{% endblock %} {% block page_title %}Audit Log{% endblock %} {% block content %}
| Time | User | Role | Action | Report | IP | Details |
|---|---|---|---|---|---|---|
| {{ l.time.strftime('%d %b %Y %H:%M') if l.time else 'β' }} |
{{ l.full_name }}
@{{ l.username }}
|
{{ l.role }} | {{ l.action }} | {{ l.report or 'β' }} | {{ l.ip or 'β' }} | |
|
No audit records yet. | ||||||