{% block ordermanager_admin_requ_datenotset %}
{% include "@d3ordermanager/admin/inc/d3ordermanager_activeswitch.html.twig" with {oActionRequ: oRequ, blActionRestriction: blActionRestriction, readonly: readonly} %}
{% if oView.isEditMode() %} {% block ordermanager_admin_requ_datenotset_editor %} {% endblock %} {% else %} {% block ordermanager_admin_requ_datenotset_viewer %} {% for type, translation in oRequ.getTypeList() %} {% if edit.getValue('sNotSetDateType') == type %} {{ translate({ ident: translation }) }} {% endif %} {% endfor %} {% endblock %} {% endif %} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_ORDERMANAGER_REQU_NOTSETDATE_DESC"), 'sHelpText': help_text("D3_ORDERMANAGER_REQU_NOTSETDATE_DESC")} %}
{% endblock %}