title | text | action |
---|---|---|
{{ item[0] }} |
{% for chance in item[1] %}
{% if loop.first %}
{{ chance }}
{% else %}
{% endif %}
{% endfor %}
|
{% if item[1] != None and item[1] != [] and item[0] != '' %} {% endif %} |