{% if text %}
{% for info in text %}
{{ info }}
{% endfor %}
{% endif %}
Rendering
{% for id, text in popups %} {% endfor %}