form!

title @title

instructions @instructions

field(
	var: "activation_method",
	type: "list-single",
	label: "Activate using",
	required: true,
	options: [
		{
			value: "credit_card",
			label: "Credit Card"
		},
		{
			value: "bitcoin",
			label: "Bitcoin"
		},
		{
			value: "bch",
			label: "Bitcoin Cash"
		}
	]
)

instance_eval File.read("#{__dir__}/plan_name.rb") if @currency_required
