{% load i18n %}
{% comment %}
Composite widget rendered by :class:`conjunto.forms.widgets.AutocompleteSelect`:
* a hidden ```` that carries the picked PK into
``form.cleaned_data`` (so it stays a normal ModelChoiceField).
* a visible ```` that debounces an ``hx-get``
against the autocomplete endpoint — htmx sends its value as ``?q=…``.
* a Tabler/Bootstrap ``.dropdown-menu`` overlay that the endpoint's
``