That did not work, but a slight modification of your code did the trick:
{% for a in creators %} [[{{a.firstName}} {{a.lastName}}]]{% if not loop.last %}, {% endif %}{% endfor %}
Thanks a lot!
That did not work, but a slight modification of your code did the trick:
{% for a in creators %} [[{{a.firstName}} {{a.lastName}}]]{% if not loop.last %}, {% endif %}{% endfor %}
Thanks a lot!