{{ widget }}
{% for t in widget.value %} {{ t.name }} - {% endfor %}
Suggestions: {% for t in widget.tag_suggestions.quick %} {% if not forloop.first %},{% endif %} {{ t.name }} + {% endfor %}