result!
title "Unused Referral Codes"

instructions(
	"This code will provide credit equivalent to one month of service " \
	"to anyone after they sign up and pay: #{@group_code}\n\n" \
	"These remaining codes are single use and give the person using " \
	"them a free month of JMP service.\n\nYou will receive credit " \
	"equivalent to one month of service after someone uses any of your codes " \
	"and their payment clears."
)

table(
	@invites.map { |i| OpenStruct.new(code: i) },
	code: "Invite Code"
)
