{% extends "base.html.jinja" %} {% block title %}Activity Logs{% endblock title %} {% block styles %} {{ super() }} {% endblock styles %} {% block content %}

Activity Logs

{% include "partials/flash_messages.html.jinja" %}

{% for cat in categories %}
{% endfor %}
Loading...
Timestamp Category Action Status Description
Loading...
Loading logs...
{% endblock content %} {% block scripts %} {{ super() }} {% endblock scripts %}