2023-01-12 09:53:35 -05:00
|
|
|
extends ../layout-marketing
|
|
|
|
|
|
|
|
block entrypointVar
|
|
|
|
- entrypoint = 'pages/user/subscription/dashboard'
|
|
|
|
|
2023-01-26 12:01:54 -05:00
|
|
|
block head-scripts
|
|
|
|
script(type="text/javascript", nonce=scriptNonce, src="https://js.recurly.com/v4/recurly.js")
|
|
|
|
|
2023-01-12 09:53:35 -05:00
|
|
|
block append meta
|
|
|
|
meta(name="ol-managedInstitutions", data-type="json", content=managedInstitutions)
|
2023-01-31 10:42:52 -05:00
|
|
|
meta(name="ol-managedGroupSubscriptions", data-type="json" content=managedGroupSubscriptions)
|
2023-01-12 09:53:35 -05:00
|
|
|
meta(name="ol-planCodesChangingAtTermEnd", data-type="json", content=plans.planCodesChangingAtTermEnd)
|
2023-01-18 09:38:35 -05:00
|
|
|
meta(name="ol-currentInstitutionsWithLicence", data-type="json" content=currentInstitutionsWithLicence)
|
2023-01-12 09:53:35 -05:00
|
|
|
if (personalSubscription && personalSubscription.recurly)
|
|
|
|
meta(name="ol-recurlyApiKey" content=settings.apis.recurly.publicKey)
|
|
|
|
meta(name="ol-subscription" data-type="json" content=personalSubscription)
|
|
|
|
meta(name="ol-recommendedCurrency" content=personalSubscription.recurly.currency)
|
|
|
|
meta(name="ol-groupPlans" data-type="json" content=groupPlans)
|
|
|
|
meta(name="ol-groupPlanModalOptions" data-type="json" content=groupPlanModalOptions)
|
|
|
|
|
|
|
|
block content
|
|
|
|
main.content.content-alt#subscription-dashboard-root
|