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

33 lines
1.3 KiB
Text
Raw Normal View History

2014-02-12 05:23:40 -05:00
extends ../layout
block content
2014-07-07 08:43:36 -04:00
.content.content-alt
.container
2014-07-07 08:43:36 -04:00
.row
.col-md-8.col-md-offset-2
.card(ng-cloak)
2014-07-07 08:43:36 -04:00
.page-header
2014-08-01 07:34:53 -04:00
h2 #{translate("thanks_for_subscribing")}
2014-07-07 08:43:36 -04:00
.alert.alert-success
p !{translate("next_payment_of_x_collectected_on_y", {paymentAmmount:"<strong>"+subscription.recurly.price+"</strong>", collectionDate:"<strong>"+subscription.recurly.nextPaymentDueAt+"</strong>"})}
2016-11-02 06:09:02 -04:00
p #{translate("to_modify_your_subscription_go_to")}
a(href="/user/subscription") #{translate("manage_subscription")}.
2014-07-07 08:43:36 -04:00
p
- if (subscription.groupPlan == true)
2014-08-01 07:34:53 -04:00
a.btn.btn-success.btn-large(href="/subscription/group") #{translate("add_your_first_group_member_now")}
2014-07-07 08:43:36 -04:00
p.letter-from-founders
p #{translate("thanks_for_subscribing_you_help_sl", {planName:subscription.plan.name})}
2014-08-01 07:34:53 -04:00
p #{translate("need_anything_contact_us_at")}
a(href='mailto:support@sharelatex.com') #{settings.adminEmail}
| .
2014-08-01 07:34:53 -04:00
p #{translate("regards")},
2014-07-07 08:43:36 -04:00
br
| The #{settings.appName} Team
2014-07-07 08:43:36 -04:00
p
2014-08-01 07:34:53 -04:00
a.btn.btn-primary(href="/project") &lt; #{translate("back_to_your_projects")}
2014-09-01 12:48:09 -04:00
script(type="text/javascript").
window.ab = [
{step:1, bucket:"student_control", testName:"editor_plan"},
{step:1, bucket:"collab_test", testName:"editor_plan"},
2014-09-01 12:48:09 -04:00
]