{# Form for confirmation when a sending of email partially failed #}
{# is wrapped by bscw_form.html #}
{% import 'macros_form.html' as form without context %}
{% call form.segment() %}
{% call form.msgbox() %}
{{ trans('head1') }} {{ notify_arg_subject }} {{ trans('head2') }}
{{ notify_arg_failed }}
{% endcall %}
{% call form.msgbox() %}
{{ trans('explane') }}
{% endcall %}
{% endcall %}