{{#each resourceActions.activeActions as |item|}}
{{#if item.divider}}
{{else}}
{{! the close action is on the LI in this case because the action menu item is capturing the click action }}
{{action-menu-item
label=item.label
icon=item.icon
action=(action "clickedAction")
actionArg=item.action
altActionArg=item.altAction
}}
{{/if}}
{{else}}
No actions available
{{/each}}