{# 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 %}
{# tojson output is only safe inside single-quoted attributes #}
{{ field_type.render_display(result) }}
{% endfor %}
{% if not results %}