{# Inputs: chips (list[SimSuggestion]). Chip color mirrors semantic intent: wash_risk is a real warning (red); largest_loss / largest_gain are informational, not confidence tiers, so they use the neutral chip — previously yellow + blue collided with the red/yellow/blue wash-sale confidence palette. #} {% if chips %}
{% for c in chips %} {{ c.label }} {% endfor %}
{% endif %}