16 lignes
818 B
Twig
16 lignes
818 B
Twig
{% block usermanager_admin_requ_ordernocount %}
|
|
<dl class="{{ blActionRestriction }}">
|
|
{% include "@d3usermanager/admin/inc/d3usermanager_activeswitch.html.twig" with {oActionRequ: oRequ, blActionRestriction: blActionRestriction, readonly: readonly} %}
|
|
<dd>
|
|
{% if oView.isEditMode() %}
|
|
{% block usermanager_admin_requ_ordernocount_editor %}
|
|
{% endblock %}
|
|
{% else %}
|
|
{% block usermanager_admin_requ_ordernocount_viewer %}
|
|
{% endblock %}
|
|
{% endif %}
|
|
{% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_USERMANAGER_REQU_HASNOORDERS_DESC"), 'sHelpText': help_text("D3_USERMANAGER_REQU_HASNOORDERS_DESC")} %}
|
|
</dd>
|
|
<dd class="spacer"></dd>
|
|
</dl>
|
|
{% endblock %} |