templates/product_attribute/_delete.html.twig line 1

Open in your IDE?
  1. <div class="list__action list__action--ajax actionDelete" data-route="{{ path('app_product_attribute_delete', {'id': productAttribute.id}) }}" data-action-name="{{'page.productAttribute.list.action.Delete'|trans}}" data-token="{{ csrf_token('delete' ~ productAttribute.id) }}" data-delete-promp="{{"page.productAttribute.list.deletePromp"|trans}}">
  2.     {% include "svg/trash.svg" %}
  3. </div>