<div class="attribute attribute-color" data-attr="{{ attr.code }}"><div class="labels"><label>{{ attr.title }} : </label><span class="value">{{ attribute(attr.values,0).entity.title }}</span></div><ul class="colors">{% for value in attr.values %}<li><a class="bt {{ loop.first ? 'selected' : '' }}" data-value="{{ value.value }}" data-pid="{{ value.product.id }}">{% if value.entity %}<img src="{{ asset(value.entity.getWebPath()) | imagine_filter('product_small') }}" alt="{{ value.entity.title }}" />{% else %}{{ value.product.picture.url }}{% endif %}</a></li>{% endfor %}</ul></div>