Variation name
{% if form.instance.id %}
#{{ form.instance.id }}
{% endif %}
{% for k, c in sales_channels.items %}
{% endfor %}
{% if form.instance.pk and not form.instance.quotas.exists %}
{% blocktrans trimmed %}
Please note that your variation will not be available for sale
until you have added it to an existing or newly created quota.
{% endblocktrans %}