{% import 'macros_form.html' as form without context %} {% call form.segment() %} {% if m2all is defined %} {% endif %} {% if plain is defined %} {% endif %} {% if mail_managers is defined %} {% endif %} {% if m2all is defined %} {% call form.msgbox() %}
{{ trans('m2all_hint0') }}
{{ trans('m2all_hint1') }}
{% endcall %} {% endif %} {% if m2all is defined %} {% call form.box(table=True) %} {{ form.tablefield(label=trans('label_notify_locked'), type='content') }} {{ form.tablefield(label=trans('label_notifylocked_admin'), checked=notifylocked_admin, name='notifylocked', type='checkbox', value='1') }} {{ form.tablefield(label=trans('label_notifylocked_system'), checked=notifylocked_system, name='notifylocked', type='checkbox', value='2') }} {{ form.tablefield(label=trans('label_notifylocked_expired'), checked=notifylocked_expired, name='notifylocked', type='checkbox', value='4') }} {% if notifylocked_ldap is defined %} {{ form.tablefield(label=trans('label_notifylocked_ldap'), checked=notifylocked_ldap, name='notifylocked', type='checkbox', value='8') }} {% endif %} {% endcall %} {% endif %} {% if m2all is undefined %} {% call form.box(table=True) %} {% if mail_managers is defined %} {{ form.tablefield(label=trans('label_mail_to'), extra=' wrap="virtual" style="height:140px;" readonly="readonly"', name='to', type='textarea', value=to_names) }} {% endif %} {% if choose_members is defined %} {% set to_label=htmlstr("