mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
c8ef5e6f65
[web] Migrate institution memberships dash to React GitOrigin-RevId: 75bb8e7d7338418733a836a8e654fe5b0a9fceff
18 lines
926 B
Text
18 lines
926 B
Text
extends ../layout-marketing
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'pages/user/subscription/dashboard'
|
|
|
|
block append meta
|
|
meta(name="ol-managedInstitutions", data-type="json", content=managedInstitutions)
|
|
meta(name="ol-planCodesChangingAtTermEnd", data-type="json", content=plans.planCodesChangingAtTermEnd)
|
|
meta(name="ol-currentInstitutionsWithLicence", data-type="json" content=currentInstitutionsWithLicence)
|
|
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
|