<core:FragmentDefinition xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1" xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:build="sap.build">
    <template:if test="{= ${tmpEntitySet&gt;EntitySet} === ${parameter&gt;/entitySet} }">
        <template:repeat list="{tmpEntitySet&gt;Actions}" var="customaction">
            <template:if test="{= !${customaction&gt;determining} &amp;&amp; (!${customaction>global}) &amp;&amp; (${customaction&gt;filter} === 'chart')}">
                <Button id="{customaction&gt;id}" text="{customaction&gt;text}" press="{customaction&gt;press}" type="Transparent"
                    enabled="{parts: [{path: 'customaction>'}, {path: 'tabItem>'}], formatter: 'sap.suite.ui.generic.template.js.AnnotationHelper.getBreakoutActionEnabledKey'}">
                    <layoutData>
                        <OverflowToolbarLayoutData priority = "{customaction>importance}"/>
                    </layoutData>
                </Button>
            </template:if>
        </template:repeat>
    </template:if>
</core:FragmentDefinition>