{% load i18n %}
{% with filter_id=title|cut:' ' %}
{% include 'django_admin_tailwind/filters/dropdown_element.html' with choice=choices.0 %}
{% for choice in choices %}
{% if choice.selected and forloop.counter0 > 0 %}
{% include 'django_admin_tailwind/filters/dropdown_element.html' with choice=choice %}
{% endif %}
{% endfor %}
{% include 'django_admin_tailwind/filters/dropdown_element.html' %}