allow.rb
1form!
2title "Activate JMP"
3
4instructions <<~I
5	You've selected #{@tel} as your JMP number.
6	As a user of #{@domain} 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")