form! # form with fixed even when nothing fillable prevents autonext chatbot
title "Order #{@label || '(e)SIM'}"

instructions(
	"Our #{@label || '(e)SIM'}s provide a plan that is prepay pay-as-you-go " \
	"and purely LTE data roaming over all of the USA and Canada " \
	"(on Rogers, Bell, Telus, AT&T, T-Mobile, and Union Telecom). " \
	"Prepaid data never expires so long as your plan is active."
)

field(
	label: "Plan Details",
	value: @plan.to_s,
	type: "fixed",
	description: "Prepaid in increments of 5 GB"
)

field(
	label: "Purchase Price",
	value: "$%.2f" % @price,
	type: "fixed",
	description: "Includes first year, 1 GB data, and shipping"
)
