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

36 lines
1.4 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
.row
.col-md-8.col-md-offset-2
.card
.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
2014-08-01 07:34:53 -04:00
p #{translate("your_card_will_be_charged_soon")}
2014-08-20 07:45:29 -04:00
p !{translate("next_payment_of_x_collectected_on_y", {paymentAmmount:"<strong>#{subscription.price}</strong>", collectionDate:"<strong>#{subscription.nextPaymentDueAt}</strong>"})}
2014-08-01 07:34:53 -04:00
p #{translate("if_you_dont_want_to_be_charged")}
a(href="/user/subscription") #{translate("click_here_to_cancel")}.
2014-02-12 05:23:40 -05:00
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
2014-08-01 07:34:53 -04:00
p #{translate("thanks_for_subscribing_you_help_sl", {planName:subscription.name})}
p #{translate("need_anything_contact_us_at")}
2014-07-07 08:43:36 -04:00
a(href='mailto:support@sharelatex.com') support@sharelatex.com
2014-08-01 07:34:53 -04:00
| . #{translate("goes_straight_to_our_inboxes")}.
p #{translate("regards")},
2014-07-07 08:43:36 -04:00
br
| Henry and James
.portraits
span.img-circle
img(src="/img/about/henry_oswald.jpg")
&nbsp;
span.img-circle
img(src="/img/about/james_allen.jpg")
p
2014-08-01 07:34:53 -04:00
a.btn.btn-primary(href="/project") &lt; #{translate("back_to_your_projects")}