Settings {{svg-jar "arrow-right"}} History {{#if this.userRecord}} {{svg-jar "arrow-right"}} {{or this.userRecord.name this.userRecord.email}} {{/if}}

{{#let (history-event-fetcher filter=(history-event-filter excludedEvents=this.fullExcludedEvents excludedResources=this.fullExcludedResources user=this.user) pageSize=50) as |eventsFetcher|}} {{#if eventsFetcher.data}}
{{#if (not (or eventsFetcher.isLoading eventsFetcher.hasReachedEnd))}} {{/if}}
{{else}} {{#unless eventsFetcher.isLoading}} {{/unless}} {{/if}} {{#if eventsFetcher.isLoading}}
{{/if}} {{/let}}
{{outlet}}