2014-02-12 05:23:40 -05:00
|
|
|
extends ../layout
|
|
|
|
|
|
|
|
block content
|
2023-01-11 11:28:08 -05: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 10:36:21 -05:00
|
|
|
|
2021-07-27 09:23:05 -04:00
|
|
|
main.content.content-alt#main-content
|
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
|
2021-03-24 06:09:43 -04:00
|
|
|
if (personalSubscription.recurly.trial_ends_at)
|
2022-01-12 04:41:39 -05:00
|
|
|
p !{translate("next_payment_of_x_collectected_on_y", {paymentAmmount: personalSubscription.recurly.displayPrice, collectionDate: personalSubscription.recurly.nextPaymentDueAt}, ['strong', 'strong'])}
|
2020-05-28 06:07:37 -04:00
|
|
|
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
|
2021-03-24 06:09:43 -04:00
|
|
|
if (personalSubscription.groupPlan == true)
|
2022-12-07 05:51:08 -05:00
|
|
|
a.btn.btn-primary.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})}
|
2023-01-11 11:28:08 -05: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 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
|
|
|
| .
|
2022-03-28 09:52:27 -04: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 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
|
2022-09-14 04:32:16 -04: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")}
|