{# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #} {# @var action \EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto #} {# @var entity \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto #} {% if 'a' == action.htmlElement %} {%- if action.icon %} {% endif -%} {%- if action.label is not empty -%}{{ action.label|trans|raw }}{%- endif -%} {% elseif 'button' == action.htmlElement %} {% elseif 'form' == action.htmlElement %} {%- set form_id = 'form-' ~ action.name ~ '-' ~ random() -%} {%- do action.setHtmlAttribute('form', form_id) -%}
{% endif %}