{% extends 'cubane/backend/base.html' %} {% block content %}

Merge {{ verbose_name_plural }}

{% if errors %}
There are some conflicts regarding this merge operation. If you confirm, some data may be lost. Please refer to the Conflict Information as below for more information.
{% endif %}

The following {{ verbose_name_plural }} will be combined with {{ target }}:

{% for v in sources %} {% endfor %}
{{ verbose_name_plural }} Conflict Information
{{ v }} {{ v.merge_error_message }}

Please confirm that you would like to combine all selected {{ verbose_name_plural }}.
This step cannot be reversed back automatically.

{% if errors %} {% include 'cubane/backend/form.html' with without_continuation=True save_label='Confirm and merge (Ignoring errors)' %} {% else %} {% include 'cubane/backend/form.html' with without_continuation=True save_label='Confirm and merge' %} {% endif %} {% endblock %}