{#- One option is a plain select. Several are a picker, their options as chips in the order they were chosen. -#} {% if row.field.multiple|default(false) %} {%- set picker_multiple = true -%} {%- set picker_options = row.choices -%} {%- set picker_hint = _("Search {things}", things=row.label|lower) -%} {% include "adminsite/widgets/_picker.html" %} {% else %} {% endif %}