{% block usermanager_admin_action_setfieldvalue %}
{% include "@d3usermanager/admin/inc/d3usermanager_activeswitch.html.twig" with {oActionRequ: oAction, blActionRestriction: blActionRestriction, readonly: readonly} %}
{% if oView.isEditMode() %} {% block usermanager_admin_action_setfieldvalue_editor %} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_USERMANAGER_ACTION_USERADDFIELDVALUE_FIELD_DESC"), 'sHelpText': help_text("D3_USERMANAGER_ACTION_USERADDFIELDVALUE_FIELD_DESC")} %}
{% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_USERMANAGER_ACTION_USERADDFIELDVALUE_DESC"), 'sHelpText': help_text("D3_USERMANAGER_ACTION_USERADDFIELDVALUE_DESC")} %}
{% endblock %} {% else %} {% block usermanager_admin_action_setfieldvalue_viewer %} {{ translate({ ident: "D3_USERMANAGER_ACTION_USERADDFIELDVALUE_FIELD" }) }} {{ edit.getValue('sActionAddField_field') }}
{{ translate({ ident: "D3_USERMANAGER_ACTION_USERADDFIELDVALUE_VALUE" }) }} {{ edit.getValue('sActionAddField_value') }}
{% endblock %} {% endif %}
{% endblock %}