result!

title "Create Subaccount"

instructions(
	"To create a new phone number linked to your account balance, " \
	"you can sign up for JMP using a new Jabber ID and the referral code below."
)

field(
	type: "text-single",
	var: "code",
	label: "Referral Code",
	value: @code
)

if @cheogram
	field(
		type: "text-single",
		datatype: "xs:anyURI",
		label: "Watch this guide for creating an account using a snikket instance",
		value: "https://www.youtube.com/watch?v=zY7xqB2zxe0&t=14s"
	)

	field(
		type: "text-single",
		datatype: "xs:anyURI",
		label: "Watch this guide for creating an account using a public server",
		value: "https://www.youtube.com/watch?v=Lzw1TSQbqMM&t=14"
	)
end
