{# 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('msg_role_redefined') }}
{% if notify_arg_names is defined %}
{{ notify_arg_names }}
{% endif %}
{% if notify_arg_objects is defined %}
{% for objects_item in notify_arg_objects %}
{{ objects_item }}
{% endfor %}
{% endif %}
{% endcall %}
{% endcall %}