{% extends "paxalia/base.html" %} {% load static i18n %} {% block title %}{{ page_title }} · {% trans "Paxalia Admin" %}{% endblock %} {% block page_title %}{{ page_title }}{% endblock %} {% block page_subtitle %}{{ page_subtitle }}{% endblock %} {% block extra_css %}{% endblock %} {% block dashboard_content %}
{% trans "Trace model mutations and privileged Paxalia Admin operations without exposing protected values." %}
| {% trans "Time" %} | {% trans "Operation" %} | {% trans "User" %} | {% trans "Detail" %} |
|---|---|---|---|
| {{ entry.action }} | {% if entry.user %}{{ entry.user.get_username }}{% else %}{% trans "System" %}{% endif %} | {{ entry.detail|default:"—" }} | |
{% trans "No administrative operations match the current filters." %} | |||