{% load i18n %}
{% csrf_token %}
{% for t in widget.value %} {{ t.name }} - {% endfor %}
{% trans "Recently used:" %} {% for t in widget.tag_suggestions.quick %} {{ t.name }} + {% endfor %}