{{title 'Intentions'}} {{#let api.data as |items|}} {{#let (hash accesses=(if access (split access ',') undefined) ) as |filters|}} {{#let (or sortBy "Action:asc") as |sort|}}

Intentions {{format-number items.length}} total

Create {{#if (gt items.length 0) }} {{/if}} {{#let (filter (filter-predicate 'intention' filters) items) as |filtered|}} {{#let (sort-by (comparator 'intention' sort) filtered) as |sorted|}} <:idle as |list|> <:empty as |list|>

{{#if (gt items.length 0)}} No intentions found {{else}} Welcome to Intentions {{/if}}

{{#if (gt items.length 0)}} No intentions where found matching that search, or you may not have access to view the intentions you are searching for. {{else}} There don't seem to be any intentions, or you may not have access to view intentions yet. {{/if}}

{{/let}} {{/let}}
{{/let}} {{/let}} {{/let}}