{% for owner in owners.all %}{% if not forloop.first %}, {% endif %}{% if owner.link %}{{ owner }}{% else %}{{ owner }}{% endif %}{% endfor %}