{# Swapped in by Unpoly as the combobox listbox contents. Each option needs a stable id so core.js can point aria-activedescendant at it. #}
{% for result in results %} {{ result }} {% endfor %} {% if not results %}
{{ construct.t("crud-no-items-found") }}
{% endif %}