@(me: User, patron: lila.plan.Patron, info: lila.plan.MonthlyCustomerInfo)(implicit ctx: Context) @base.layout( title = "Thank you for your support!", moreCss = cssTag("plan.css"), moreJs = jsTag("plan.js")) {

@userLink(me) • lichess Patron for @pluralize("month", me.plan.months)

Current status You support lichess.org with @info.subscription.plan.usd per month. Thank you very much for your help. You rock!
Next payment You will be charged @info.nextInvoice.usd on @showDate(info.nextInvoice.dateTime).
Make an additional donation now
Update Change the monthly amount (@info.subscription.plan.usd) or cancel your support

Decide what lichess is worth to you:

USD $ Nevermind

Withdraw your credit card and stop payments:

Nevermind :)
Payment history @info.pastInvoices.map { in => }
ID Date Amount
@if(in.paid){Paid} @in.id @showDate(in.dateTime) @in.usd
View other lichess patrons
}