{% for group_label, group_choices in filter_widget.grouped_choices %} {% if group_label %}
  • {{ group_label }}
  • {% endif %} {% for choice in group_choices %}
  • {% endfor %} {% endfor %}