{# Form for confirmation when a multi action partially failed #}
{# is wrapped by bscw_dialog.html #}
{% import 'macros_form.html' as form without context %}
{% call form.segment() %}
{% call form.msgbox() %}
{{ trans('head1') }} "{{ notify_arg_opname }}"
{{ trans('head2') }}:
{{ notify_arg_all }} {{ trans('obj_sel') }}
{{ notify_arg_ok }} {{ trans('obj_ok') }}
{{ notify_arg_fail }} {{ trans('obj_fail') }}
{% endcall %}
{% call form.msgbox() %}
{{ trans('explane') }}
{% endcall %}
{% endcall %}