{% block usermanager_admin_action_setactiveflag %}
{% include "@d3usermanager/admin/inc/d3usermanager_activeswitch.html.twig" with {oActionRequ: oAction, blActionRestriction: blActionRestriction, readonly: readonly} %}
{% if oView.isEditMode() %} {% block usermanager_admin_action_setactiveflag_editor %} {% endblock %} {% else %} {% block usermanager_admin_action_addtogroup_viewer %} {% for type, translation in oAction.getTypeList() %} {% if edit.getValue('sActionCustActivateType') == type %} {{ translate({ ident: translation }) }} {% endif %} {% endfor %} {% endblock %} {% endif %} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_USERMANAGER_ACTION_CUSTACTIVATE_DESC"), 'sHelpText': help_text("D3_USERMANAGER_ACTION_CUSTACTIVATE_DESC")} %}
{% endblock %}