{{#let (hash value=(or sortBy "Action:asc") change=(action (mut sortBy) value="target.selected") ) (hash access=(hash value=(if access (split access ',') undefined) change=(action (mut access) value="target.selectedItems") ) searchproperty=(hash value=(if (not-eq searchproperty undefined) (split searchproperty ',') searchProperties ) change=(action (mut searchproperty) value="target.selectedItems") default=searchProperties ) ) api.data as |sort filters items|}}

{{format-number items.length}} total

{{#if (can 'create intentions')}} Create {{/if}} {{#if (gt items.length 0) }} {{/if}}

{{t 'routes.dc.intentions.index.empty.header' items=items.length }}

{{t 'routes.dc.intentions.index.empty.body' items=items.length htmlSafe=true }}
{{/let}}