{% for option_form in form.cartItem.variant %}
{{ form_row(option_form, { 'attr': { 'data-option': option_form.vars.name } }) }}
{% endfor %}