{% for v in ui_data.sentence_vis %} {% if loop.index0 % 2 == 0 %} {% set sty = "background-color: rgba(0, 0, 0, 0.05)" %} {% else %} {% set sty = "" %} {% endif %}

{{ v|safe }}

{% endfor %}