{% comment %} Tag counts and the current user's toggles. Re-rendered on its own by SpeakerTagView, so this partial must stand alone — it's both part of the panel and the htmx response to a click. {% endcomment %}
Tags
{% if tag_counts %}
{% for value, label, group, count in tag_counts %} {{ label }} {{ count }} {% endfor %}
{% else %}

No tags yet. If your club has hosted this speaker, you're the best person to add the first one.

{% endif %}

{% for group_name, group_tags in tag_groups %}
{{ group_name }}
{% for value, label in group_tags %} {% endfor %}
{% endfor %} Click a tag to add it, click again to take it back off. Only your own tags change.