{# Inputs: chips (list[SimSuggestion]) #} {% if chips %}
{% for c in chips %} {{ c.label }} {% endfor %}
{% endif %}