{% block ordermanager_admin_action_changedelcost %}
{% include "@d3ordermanager/admin/inc/d3ordermanager_activeswitch.html.twig" with {oActionRequ: oAction, blActionRestriction: blActionRestriction, readonly: readonly} %}
{% if oView.isEditMode() %} {% block ordermanager_admin_action_changedelcost_editor %} {% endblock %} {% else %} {% block ordermanager_admin_action_changedelcost_viewer %} {% if edit.getValue('sActionChangeDelCostValue') %}{{ edit.getValue('sActionChangeDelCostValue') }}{% else %}0.00{% endif %} {{ translate({ ident: "D3_ORDERMANAGER_ACTION_GENERALORDERCURR" }) }} {% endblock %} {% endif %} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_ORDERMANAGER_ACTION_ORDERCHANGEDELCOSTS_DESC"), 'sHelpText': help_text("D3_ORDERMANAGER_ACTION_ORDERCHANGEDELCOSTS_DESC")} %}
{% endblock %}