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

Combine Varieties



The following varieties will be combined with {{ target.title }}:

This will result in combining the following options into {{ target.title }} without duplications.

{% for option in options %} {% endfor %}
Label Type Offset
{{ option.title }} {% if option.default_offset_type %}{{ option.get_default_offset_type_display }}{% else %}-----{% endif %} {% if option.default_offset_value %}{{ option.default_offset_value }}{% else %}-----{% endif %}

Please confirm that you would like to combine those varieties. This step cannot be reversed back automatically.

{% include 'cubane/backend/form.html' with without_continuation=True save_label='Apply' %} {% endblock %}