{% block usermanager_admin_requ_hasvoucher %}
{% include "@d3usermanager/admin/inc/d3usermanager_activeswitch.html.twig" with {oActionRequ: oRequ, blActionRestriction: blActionRestriction, readonly: readonly} %}
{% if oView.isEditMode() %} {% block usermanager_admin_requ_hasvoucher_editor %} {% endblock %} {% else %} {% block usermanager_admin_requ_hasvoucher_viewer %} {% for type, translation in oRequ.getTypeList() %} {% if edit.getValue('sCheckVoucherType') == type %}{{ translate({ ident: translation }) }}{% endif %} {% endfor %} {% endblock %} {% endif %} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_USERMANAGER_REQU_VOUCHER_DESC"), 'sHelpText': help_text("D3_USERMANAGER_REQU_VOUCHER_DESC")} %}
{% endblock %}