{% if attr.values %}<div class="attribute attribute-box" data-attr="{{ attr.code }}"><div class="labels"><label>{{ attr.title }} : </label><span class="value">{{ attribute(attr.values,0).getDisplayedValue() }}</span></div><ul>{% for value in attr.values %}<li><a class="bt {{ loop.first ? 'selected' : '' }}" data-value="{{ value.value }}">{{ value.getDisplayedValue() }}</a></li>{% endfor %}</ul></div>{% endif %}