{ {% for a in as %} {% set outer_loop = loop %} {% for b in bs %} {a,b} {{"," if not loop last or not outer_loop.last}} {% endfor %} {% endfor %} }