2014-02-12 05:23:40 -05:00
extends ../layout
block content
2014-07-07 08:43:36 -04:00
.content.content-alt
2018-11-19 10:44:51 -05:00
.container
2014-07-07 08:43:36 -04:00
.row
.col-md-8.col-md-offset-2
2016-01-04 07:22:31 -05:00
.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")}
2020-05-28 06:07:37 -04:00
2014-07-07 08:43:36 -04:00
.alert.alert-success
2020-05-28 06:07:37 -04:00
- if (personalSubscription.recurly.trial_ends_at)
p !{translate("next_payment_of_x_collectected_on_y", {paymentAmmount:"<strong>"+personalSubscription.recurly.price+"</strong>", collectionDate:"<strong>"+personalSubscription.recurly.nextPaymentDueAt+"</strong>"})}
include ./_price_exceptions
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
2019-04-23 10:21:00 -04:00
- if (personalSubscription.groupPlan == true)
2020-08-12 10:17:15 -04:00
a.btn.btn-success.btn-large(href=`/manage/groups/${personalSubscription._id}/members`) #{translate("add_your_first_group_member_now")}
2014-07-07 08:43:36 -04:00
p.letter-from-founders
2019-04-23 10:21:00 -04:00
p #{translate("thanks_for_subscribing_you_help_sl", {planName:personalSubscription.plan.name})}
2014-08-01 07:34:53 -04:00
p #{translate("need_anything_contact_us_at")}
2019-03-18 06:24:54 -04:00
a(href=`mailto:${settings.adminEmail}`, ng-non-bindable) #{settings.adminEmail}
2018-06-14 05:15:20 -04:00
| .
2014-08-01 07:34:53 -04:00
p #{translate("regards")},
2019-03-18 06:24:54 -04:00
br(ng-non-bindable)
2018-06-14 05:15:20 -04:00
| 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") < #{translate("back_to_your_projects")}
2014-09-01 12:48:09 -04:00
script(type="text/javascript").
window.ab = [
2014-11-24 11:21:03 -05:00
{step:1, bucket:"student_control", testName:"editor_plan"},
{step:1, bucket:"collab_test", testName:"editor_plan"},
2014-09-01 12:48:09 -04:00
]