{% load i18n %} {% comment %} Result rows for an :class:`~conjunto.forms.widgets.AutocompleteSelect` dropdown, swapped into the menu (``hx-swap="innerHTML"``) by an autocomplete endpoint. The view passes the matching rows as ``objects``. Each row is a ``.dropdown-item`` button carrying ``data-value`` (PK) and ``data-label`` (display) — the widget's menu click-handler reads them to set the hidden value + search label. No leading placeholder row: clearing the search input clears the value (handled in the widget). {% endcomment %} {% for obj in objects %} {% empty %} {% trans "No matches. Type to refine." %} {% endfor %}