{% for tab in switch.get_tabinfos() %} {% set tab_loop = loop %}

{% for item in tab.zipped_choices %} {% endfor %}
title text action
{{ item[0] }}
{{ item[1] }}
{% if item[1] != None and item[1] != '' and item[0] != '' %} {% endif %}
{% endfor %}