{% if attribute.values %} {% for version in attribute.values %}
Version: {{ forloop.counter }}
{{ version }}


{% endfor %} {% endif %}