{% block usermanager_admin_action_executemethod %}
{% include "@d3usermanager/admin/inc/d3usermanager_activeswitch.html.twig" with {oActionRequ: oAction, blActionRestriction: blActionRestriction, readonly: readonly} %}
{% if oView.isEditMode() %} {% block usermanager_admin_action_executemethod_editor %} {% endblock %} {% else %} {% block usermanager_admin_action_executemethod_viewer %} {{ translate({ ident: "D3_USERMANAGER_ACTION_USEREXECUTEMETHOD_NAME" }) }} {{ edit.getValue('sActionExecuteMethod_name') }} {% endblock %} {% endif %} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_USERMANAGER_ACTION_USEREXECUTEMETHOD_DESC"), 'sHelpText': help_text("D3_USERMANAGER_ACTION_USEREXECUTEMETHOD_DESC")} %}
{% endblock %}