{% if is_granted('ROLE_SHOP_MANAGER') %}
{% set btn = button ?? 'delete' %} {{ btn(btn, 'danger') }}
{% endif %}