{{#each eventTypes}}{{/each}}
{{#if (hasPermission currentUser 'audit-log.allow')}}Export{{/if}}
{{#if events.length}} {{#each events}} {{/each}} {{else}} {{/if}}
TimeEventActorTargetSourceDetails
{{eventLabel}}
{{category}}
{{actorLabel}} {{targetLabelDisplay}}
{{ip_address}}
{{userAgentLabel}}
{{#if auditDetailView.hasChanges}}
{{#each auditDetailView.changeRows}}
{{path}} From: {{from}} {{#if (eq direction "changed")}}{{else}}{{/if}} To: {{to}}
{{/each}}
{{else}} {{detailsDisplay}} {{/if}}
No audit events match these filters.
{{> table-pagination pagination=pagination basePath="/settings/audit-log" alwaysShow=true}}