{% for attr in attributes %} {% if attr.Value %} {{ attr.Value }} {% endif %} {% if attr.ValueArray %} {% for value in attr.ValueArray %} {{ value }} {% endfor %} {% endif %} {% endfor %}