{{#if (eq loader.error.status '401')}} {{else}} {{/if}} {{#let (hash value=(or sortBy "Name:asc") change=(action (mut sortBy) value="target.selected") ) (hash searchproperty=(hash value=(if (not-eq searchproperty undefined) (split searchproperty ',') searchProperties ) change=(action (mut searchproperty) value="target.selectedItems") default=searchProperties ) ) loader.data as |sort filters items|}}

{{#if (can "create roles")}} Create {{/if}} {{#if (gt items.length 0) }} {{/if}}

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

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

{{/let}}