{##
# Attribute values list
#}
{% for v in this.getAttributeValue() %}
{% include this.getOptionTemplate() with {'option': v, 'isSelected': this.isSelectedValue(v)} %}
{% endfor %}