form!
title "Choose Telephone Number"
instructions "Please choose one of the following numbers"
field(
	var: "tel",
	required: true,
	type: "list-single",
	label: "Telephone Number",
	options: @tns.map(&:option)
)

xml.set(xmlns: "http://jabber.org/protocol/rsm") do |xml|
	xml.count @tns.length.to_s
end
