{% extends "base.html" %} {% block title %}Bedrock Server Manager - Audit Log{% endblock %} {% block content %}

Audit Log

{% for log in logs %} {% endfor %}
Timestamp User Action Details
{{ log.timestamp.strftime('%Y-%m-%d %H:%M:%S') }} UTC {{ log.user.username }} {{ log.action }} {{ log.details | tojson }}
{% endblock %}