{{#with @root.settingsData.globalActions.click}}
{{#each (filter actions "renderedInTemplate" undefined) as |action|}}
{{> (dynamicPartial "icon-button")
action
name=(concat ../propertyString "." @key)
action=(concat ../propertyString "." @key)
}}
{{/each}}
{{/with}}