{% block ordermanager_admin_requ_otherjob %}
{% include "@d3ordermanager/admin/inc/d3ordermanager_activeswitch.html.twig" with {oActionRequ: oRequ, blActionRestriction: blActionRestriction, readonly: readonly} %}
{% if oView.isEditMode() %} {% block ordermanager_admin_requ_otherjob_editor %} {% endblock %} {% else %} {% block ordermanager_admin_requ_otherjob_viewer %} {{ translate({ ident: "D3_ORDERMANAGER_REQU_OTHERJOB_NAME" }) }} "{{ oView.getManagerTitle(edit.getValue('sOtherJob_ID')) }}"  {% for type, translation in oRequ.getTypeList() %} {% if edit.getValue('sOtherJob_Type') == type %} {{ translate({ ident: translation }) }} {% endif %} {% endfor %} {% endblock %} {% endif %} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_ORDERMANAGER_REQU_OTHERJOB_DESC"), 'sHelpText': help_text("D3_ORDERMANAGER_REQU_OTHERJOB_DESC")} %}
{% endblock %}