{% from "_includes/forms" import select %} {% if options|length == 0 %} No lists available {% else %} {{ select({ name: name, options: options, value: value, }) }} {% endif %}