Zotero Integration – Import Templates?

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!

1 Like