{{#if @task.last.isError}} {{#let (or @errorHeading "An error occurred. Please try again shortly.") as |errorMessage|}} {{! Show entity lockup if toggled on, otherwise yield error. This allows this component to be used in interfaces where rendering the lockup is not suitable, for example in a button }} {{#if this.showLockup}}
{{else}} {{errorMessage}} {{/if}} {{/let}} {{else}} {{#if @task.isRunning}}
{{pendulum-ellipsis-animation}}
{{else}} {{yield}} {{/if}} {{/if}}