{% for trans in translations %} {% if nl2br %} {% set text=trans|nl2br %} {% else %} {% set text=trans %} {% endif %} {{ text }} {% endfor %}