{% comment %} HTMX fragment: a single constraint card returned by RoutePlannerConstraintView. Variables: constraint_type, group ("include" or "avoid"), label, widget_html (optional), choices (optional) {% endcomment %}
{{ label }}
{% if choices %}
{% for value, choice_label, color in choices %}
{% endfor %}
{% elif widget_html %} {{ widget_html }} {% endif %}