result!
title "eSIM"

field(
	var: "qr",
	label: "Scan this QR Code or copy and paste the LPA into your eSIM manager",
	media: [{
		type: "image/png",
		uri:
			"https://zxing.org/w/chart?cht=qr&chs=350x350&chld=H&choe=UTF-8&chl=" \
			"#{ERB::Util.url_encode(@sim.lpa_code)}"
	}],
	value: @sim.lpa_code
)

instructions(
	"An eSIM can only be downloaded and activated once, so DO NOT DELETE the " \
	"eSIM under any circumstances."
)
