{% for tab in bundle.tabs %} {% set tab_loop = loop %} {% if loop.first %}
{% else %}
{% endif%}
{{ tab.name }}
[x]
title
text
action
{% for message in tab.messages %} {% set message_loop = loop %}
{% if message.checkbox %}
{% else %}
{% endif %}
{{ message.title }}
{% for chance in message.text %} {% if loop.first %}
{{ chance }}
{% else %}
{{ chance }}
{% endif %} {% endfor %}
{% if message.text != None and message.text != [] and message.title != '' %}
random copy ({{ message.text|length }})
copy
{% endif %}
{% endfor %}
{% endfor %}