Timeline
    {{#each auditRecords}}
  • {{#if_eq this.status "success"}}
    {{/if_eq}} {{#if_eq this.status "failure"}}
    X
    {{/if_eq}}

    {{this.name}} Event

    Time : {{this.eventDateTime}}

    {{this.details}}

  • {{/ each}}