{% extends '@EasyAdmin/crud/new.html.twig' %} {% block page_actions %} {% for action in entity.actions %} {% if 'a' == action.htmlElement %} {%- if action.icon %} {% endif -%} {%- if action.label is not empty -%}{{ action.label|trans|raw }}{%- endif -%} {% elseif 'button' == action.htmlElement %} {% if 'saveAndContinue' == action.name %} {% set clase = action.cssClass|replace({'btn-secondary':'btn-primary'}) %} {% else %} {% set clase = action.cssClass|replace({'btn-primary':'btn-secondary'}) %} {% endif %} {% endif %} {% endfor %} {% endblock %}