1instance_eval File.read("#{__dir__}/header.rb")
 2
 3field(
 4	label: "Your default payment method will be billed",
 5	value: "$%.2f" % @top_up_amount,
 6	type: "fixed",
 7	description: "with the rest coming from your balance"
 8)
 9
10@fillable_fields.each do |f|
11	field(**f)
12end