google_play.rb

 1form!
 2title "Activate JMP"
 3
 4instructions <<~I
 5	You've selected #{@tel} as your JMP number.
 6	You will start out with a free trial for one month, after which you will need to top up your balance to keep the account.
 7I
 8
 9instance_eval File.read("#{__dir__}/plan_name.rb")
10
11field(
12	var: "code",
13	type: "text-single",
14	label: "Optional referral code"
15)