{% for tab in switch.get_tabinfos() %} {% set tab_loop = loop %}
{{ tab.name }}
title
text
action
{% for item in tab.zipped_choices %}
{{ item[0] }}
{{ item[1] }}
{% if item[1] != None and item[1] != '' %}
copy
{% endif %}
{% endfor %}
{% endfor %}