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

History

{{#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}}