{% if data|length %}
{% for button in data %} {% if button.icon %} {% endif %} {% if button.text %} {{ button.text }} {% endif %} {% endfor %}
{% endif %}