{% if admin.subClasses is empty %} {{ action.icon|parse_icon }} {% if action.translation_domain is defined and action.translation_domain is same as(false) %} {{ action.label }} {% else %} {{ action.label|trans({}, action.translation_domain|default('SonataAdminBundle')) }} {% endif %} {% else %} {{ action.icon|parse_icon }} {% if action.translation_domain is defined and action.translation_domain is same as(false) %} {{ action.label }} {% else %} {{ action.label|trans({}, action.translation_domain|default('SonataAdminBundle')) }} {% endif %} {% endif %}