{% raw %} {% with element.json.data.SringsterButtons as "buttons" %} {% for item in buttons.buttonVariations %}
{% if item.spanTag.spanPres == "true" %} {{item.text}} {% elif item.spanTag.spanPres == "false" %} {{item.text}} {% endif %}
{% endfor %} {% endwith %} {% endraw %}