{% load i18n %} {% load l10n %} {% for vlan in record.vlans.all %} {{ vlan }}{% if not forloop.last %},{% endif %} {% endfor %}