form!
title "Pick Customer"

instructions(
	"Tell us something about the customer and we'll try to get more " \
	"information for you"
)

if @notice
	field(
		type: "fixed",
		value: @notice
	)
end

field(
	var: "q",
	type: "text-single",
	label: "Something about the customer",
	description: "Supported things include: customer ID, JID, phone number"
)
