{% for autor in buch.autoren.all %} {% if forloop.last %} {{ autor }} {% else %} {{ autor }}, {% endif %} {% endfor %}