{% for item in value %}{% if not forloop.first%},{% endif %} {% if item.is_hyperlink %}{{item.name}}{% else %}{{ item }}{% endif %}{% endfor %}