| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- extends ../layout-marketing
- include ./plans-marketing/_mixins
- include ./plans-marketing/_tables
- block vars
- - entrypoint = 'pages/user/subscription/plans-v2/plans-v2-main'
- block append meta
- meta(name="ol-recommendedCurrency" content=recommendedCurrency)
- meta(name="ol-groupPlans" data-type="json" content=groupPlans)
- meta(name="ol-currencySymbols" data-type="json" content=groupPlanModalOptions.currencySymbols)
- meta(name="ol-itm_content" content=itm_content)
- block content
- main.content.content-alt#main-content
- .container
- .user-notifications
- ul.list-unstyled(ng-cloak)
- li.notification-entry
- .alert.alert-info
- .notification-body
- span We're celebrating the new school year! Receive 15% off the first year of an annual Student or Standard subscription now through October 14.
- .notification-action
- a.btn.btn-sm.btn-info(
- href="https://www.overleaf.com/events/limited-time-promo-sept2022"
- event-tracking="promo-click"
- event-tracking-mb="true"
- event-tracking-trigger="click"
- event-segmentation='{"name": "bts2022", "location": "plans-v2-banner"}'
- ) Upgrade
- .content-page
- .plans
- .container(ng-cloak)
- .row
- .col-md-12
- .page-header.centered.plans-header.text-centered.top-page-header
- h1.text-capitalize(ng-non-bindable) #{translate('choose_your_plan')}
- include ./plans-marketing/v2/_cards_controls_tables
- .row.row-spaced-large.text-centered
- .col-xs-12
- p.text-centered #{translate("subject_to_additional_vat")}
- i.fa.fa-cc-mastercard.fa-2x(aria-hidden="true")
- span.sr-only Mastercard accepted
- i.fa.fa-cc-visa.fa-2x(aria-hidden="true")
- span.sr-only Visa accepted
- i.fa.fa-cc-amex.fa-2x(aria-hidden="true")
- span.sr-only Amex accepted
- i.fa.fa-cc-paypal.fa-2x(aria-hidden="true")
- span.sr-only Paypal accepted
- include ./plans-marketing/v2/_university_info
- include ./plans-marketing/_quotes
- include ./plans-marketing/v2/_faq
- .row.row-spaced-large
- .col-md-12
- .plans-header.plans-subheader.text-centered
- hr
- h2.header-with-btn #{translate('still_have_questions')}
- button.btn.plans-v2-btn-header.text-capitalize(
- data-ol-open-contact-form-modal="general"
- ) #{translate('contact_us')}
- .row.row-spaced
- include ./plans-marketing/_group_plan_modal
- != moduleIncludes("contactModalGeneral-marketing", locals)
|