<div class="attribute attribute-combobox" data-attr="{{ attr.code }}"><div class="labels"><label>{{ attr.title }} : </label></div><select id="attr-{{ attr.code }}" name="{{ attr.code }}">{% for value in attr.values %}<option value="{{ value.value }}" {{ loop.first ? 'selected' : '' }} data-pid="{{ value.product.id }}">{{ value.value }}</option>{% endfor %}</select></div>