{% extends '@SyliusShop/shared/components/confirmation_modal.html.twig' %} {% import '@SyliusShop/shared/buttons.html.twig' as buttons %} {% props id = null, path = null, label = 'sylius.ui.delete', icon = 'tabler:trash', disabled = false, form_attr = null, type = 'delete' %} {% set modal_id = 'delete-modal-' ~ id %} {% block trigger %} {% endblock %} {% block footer %}
{% endblock %}