2014-02-12 10:23:40 +00:00
|
|
|
extends ../layout
|
|
|
|
|
|
|
|
block content
|
2023-01-11 16:28:08 +00:00
|
|
|
- var featuresPageVariant= splitTestVariants && splitTestVariants['features-page'] ? splitTestVariants['features-page'] : 'default'
|
|
|
|
- var featuresLink = featuresPageVariant === 'new' ? "/about/features-overview" : "/learn/how-to/Overleaf_premium_features"
|
|
|
|
- var featuresTranslationKey = featuresPageVariant === 'new' ? 'get_most_subscription_by_checking_features' : 'get_most_subscription_by_checking_premium_features'
|
|
|
|
- var featuresLinkSegmentation = {splitTest: 'features-page', splitTestVariant: featuresPageVariant}
|
2022-12-19 15:36:21 +00:00
|
|
|
|
2021-07-27 13:23:05 +00:00
|
|
|
main.content.content-alt#main-content
|
2018-11-19 15:44:51 +00:00
|
|
|
.container
|
2014-07-07 12:43:36 +00:00
|
|
|
.row
|
|
|
|
.col-md-8.col-md-offset-2
|
2016-01-04 12:22:31 +00:00
|
|
|
.card(ng-cloak)
|
2014-07-07 12:43:36 +00:00
|
|
|
.page-header
|
2014-08-01 11:34:53 +00:00
|
|
|
h2 #{translate("thanks_for_subscribing")}
|
2020-05-28 10:07:37 +00:00
|
|
|
|
2014-07-07 12:43:36 +00:00
|
|
|
.alert.alert-success
|
2021-03-24 10:09:43 +00:00
|
|
|
if (personalSubscription.recurly.trial_ends_at)
|
2022-01-12 09:41:39 +00:00
|
|
|
p !{translate("next_payment_of_x_collectected_on_y", {paymentAmmount: personalSubscription.recurly.displayPrice, collectionDate: personalSubscription.recurly.nextPaymentDueAt}, ['strong', 'strong'])}
|
2020-05-28 10:07:37 +00:00
|
|
|
include ./_price_exceptions
|
2016-11-02 10:09:02 +00:00
|
|
|
p #{translate("to_modify_your_subscription_go_to")}
|
|
|
|
a(href="/user/subscription") #{translate("manage_subscription")}.
|
2014-07-07 12:43:36 +00:00
|
|
|
p
|
2021-03-24 10:09:43 +00:00
|
|
|
if (personalSubscription.groupPlan == true)
|
2022-12-07 10:51:08 +00:00
|
|
|
a.btn.btn-primary.btn-large(href=`/manage/groups/${personalSubscription._id}/members`) #{translate("add_your_first_group_member_now")}
|
2014-07-07 12:43:36 +00:00
|
|
|
p.letter-from-founders
|
2019-04-23 14:21:00 +00:00
|
|
|
p #{translate("thanks_for_subscribing_you_help_sl", {planName:personalSubscription.plan.name})}
|
2023-01-11 16:28:08 +00:00
|
|
|
p !{translate(featuresTranslationKey, {}, [{name: 'a', attrs: {href: featuresLink, 'event-tracking':'features-page-link', 'event-tracking-trigger': 'click', 'event-tracking-mb': 'true', 'event-segmentation': featuresLinkSegmentation}}])}
|
2014-08-01 11:34:53 +00:00
|
|
|
p #{translate("need_anything_contact_us_at")}
|
2019-03-18 10:24:54 +00:00
|
|
|
a(href=`mailto:${settings.adminEmail}`, ng-non-bindable) #{settings.adminEmail}
|
2018-06-14 09:15:20 +00:00
|
|
|
| .
|
2022-03-28 13:52:27 +00:00
|
|
|
p !{translate("help_improve_overleaf_fill_out_this_survey", {}, [{name: 'a', attrs: {href: 'https://forms.gle/CdLNX9m6NLxkv1yr5', target:'_blank', rel:'noopener noreferrer'}}])}
|
2014-08-01 11:34:53 +00:00
|
|
|
p #{translate("regards")},
|
2019-03-18 10:24:54 +00:00
|
|
|
br(ng-non-bindable)
|
2018-06-14 09:15:20 +00:00
|
|
|
| The #{settings.appName} Team
|
2014-07-07 12:43:36 +00:00
|
|
|
p
|
2022-09-14 08:32:16 +00:00
|
|
|
if (postCheckoutRedirect)
|
|
|
|
a.btn.btn-primary(href=postCheckoutRedirect) < #{translate("back_to_your_projects")}
|
|
|
|
else
|
|
|
|
a.btn.btn-primary(href="/project") < #{translate("back_to_your_projects")}
|