{% trans 'Audit Log' %}

{% include 'partials/toolbar_search.html' %} {% include 'partials/pagination.html' %}
{% for entry in object_list %} {% endfor %}
{% trans 'Action' %} {% trans 'Context' %} {% trans 'User' %} {% trans 'Creation Date' %} {% trans 'Client IP' %}
{{ entry.action }}
{{ entry.app|default:'-' }}
{{ entry.context }}
{% if entry.user.on_behalf_of %} {% blocktrans with username=entry.user.on_behalf_of.username %} On behalf of {{ username }} {% endblocktrans %} {% endif %}
{{ entry.user.username }}
{% blocktrans with pk=entry.user.pk %} ID: {{ pk }} {% endblocktrans %}
{{ entry.created }} {{ entry.client_ip }}
{% include 'partials/pagination.html' %}