2023-07-30 12:59:35 -04:00
|
|
|
extends ../layout-marketing
|
2022-05-12 07:38:02 -04:00
|
|
|
|
|
|
|
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)
|
2023-03-10 10:57:41 -05:00
|
|
|
meta(name="ol-currentView" content=currentView)
|
2022-05-12 07:38:02 -04:00
|
|
|
|
|
|
|
block content
|
|
|
|
main.content.content-alt#main-content
|
|
|
|
.content-page
|
|
|
|
.plans
|
|
|
|
.container(ng-cloak)
|
2023-07-13 10:22:33 -04:00
|
|
|
if showInrGeoBanner
|
|
|
|
div.alert.alert-success.text-centered !{translate("inr_discount_offer_plans_page_banner", {flag: '🇮🇳'})}
|
|
|
|
|
2022-05-12 07:38:02 -04:00
|
|
|
.row
|
|
|
|
.col-md-12
|
|
|
|
.page-header.centered.plans-header.text-centered.top-page-header
|
|
|
|
h1.text-capitalize(ng-non-bindable) #{translate('choose_your_plan')}
|
|
|
|
|
2023-07-30 12:59:35 -04:00
|
|
|
include ./plans/_cards_controls_tables
|
2022-05-12 07:38:02 -04:00
|
|
|
.row.row-spaced-large.text-centered
|
|
|
|
.col-xs-12
|
2023-02-01 11:29:56 -05:00
|
|
|
p.text-centered
|
|
|
|
strong #{translate("all_prices_displayed_are_in_currency", {recommendedCurrency})}
|
|
|
|
|
|
|
|
|
span #{translate("subject_to_additional_vat")}
|
2022-05-12 07:38:02 -04:00
|
|
|
i.fa.fa-cc-mastercard.fa-2x(aria-hidden="true")
|
2023-07-18 05:22:15 -04:00
|
|
|
span.sr-only #{translate('payment_method_accepted', { paymentMethod: 'Mastercard' })}
|
2022-05-12 07:38:02 -04:00
|
|
|
i.fa.fa-cc-visa.fa-2x(aria-hidden="true")
|
2023-07-18 05:22:15 -04:00
|
|
|
span.sr-only #{translate('payment_method_accepted', { paymentMethod: 'Visa' })}
|
2022-05-12 07:38:02 -04:00
|
|
|
i.fa.fa-cc-amex.fa-2x(aria-hidden="true")
|
2023-07-18 05:22:15 -04:00
|
|
|
span.sr-only #{translate('payment_method_accepted', { paymentMethod: 'Amex' })}
|
2022-05-12 07:38:02 -04:00
|
|
|
i.fa.fa-cc-paypal.fa-2x(aria-hidden="true")
|
2023-07-18 05:22:15 -04:00
|
|
|
span.sr-only #{translate('payment_method_accepted', { paymentMethod: 'Paypal' })}
|
2022-05-12 07:38:02 -04:00
|
|
|
|
2023-07-30 12:59:35 -04:00
|
|
|
include ./plans/_university_info
|
2022-07-05 11:27:03 -04:00
|
|
|
|
2023-07-30 12:59:35 -04:00
|
|
|
include ./plans/_quotes
|
2022-05-12 07:38:02 -04:00
|
|
|
|
2023-07-30 12:59:35 -04:00
|
|
|
include ./plans/_faq
|
2022-05-12 07:38:02 -04:00
|
|
|
|
|
|
|
.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
|
|
|
|
|
2023-07-30 12:59:35 -04:00
|
|
|
include ./plans/_group_plan_modal
|
2022-05-12 07:38:02 -04:00
|
|
|
!= moduleIncludes("contactModalGeneral-marketing", locals)
|