{% for oGroup in oView.getGroupsList() %}
{% if edit.getValue('sCustRemoveGroup') is iterable and oGroup.getId() in edit.getValue('sCustRemoveGroup') %}
{{ oGroup.getFieldData('oxtitle') }}
{% endif %}
{% endfor %}
{% endblock %}
{% endif %}
{% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_ORDERMANAGER_ACTION_CUSTOMERREMOVEFROMGROUP_DESC"), 'sHelpText': help_text("D3_ORDERMANAGER_ACTION_CUSTOMERREMOVEFROMGROUP_DESC")} %}