overleaf/services/web/app/views/subscriptions/dashboard.pug

28 lines
753 B
Text
Raw Normal View History

2014-02-12 05:23:40 -05:00
extends ../layout
block content
.content.content-alt(ng-cloak)
.container
2014-07-07 08:43:36 -04:00
.row
.col-md-8.col-md-offset-2
.card
.page-header
h1 #{translate("your_subscription")}
-var hasAnySubscription = false
-if (personalSubscription)
-hasAnySubscription = true
include ./dashboard/_personal_subscription
-if (groupSubscriptions && groupSubscriptions.length > 0)
-hasAnySubscription = true
include ./dashboard/_group_memberships
-if (settings.overleaf && v1Subscriptions)
include ./dashboard/_v1_subscriptions
-if (!hasAnySubscription)
p You're on the #{settings.appName} Free plan.
|
a(href="/user/subscription/plans").btn.btn-primary Upgrade now