2023-07-30 12:59:35 -04:00
|
|
|
extends ../layout-marketing
|
2022-05-12 07:38:02 -04:00
|
|
|
|
2024-06-05 04:33:11 -04:00
|
|
|
block entrypointVar
|
2022-05-12 07:38:02 -04:00
|
|
|
- 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)
|
2024-08-20 14:45:04 -04:00
|
|
|
meta(name="ol-countryCode" content=countryCode)
|
|
|
|
meta(name="ol-websiteRedesignPlansVariant" content=websiteRedesignPlansVariant)
|
2022-05-12 07:38:02 -04:00
|
|
|
|
|
|
|
block content
|
|
|
|
main.content.content-alt#main-content
|
|
|
|
.content-page
|
|
|
|
.plans
|
2024-06-11 04:35:49 -04:00
|
|
|
.container
|
2023-07-13 10:22:33 -04:00
|
|
|
if showInrGeoBanner
|
2024-02-21 09:02:03 -05:00
|
|
|
div.notification.notification-type-success.text-centered
|
|
|
|
div.notification-content !{translate("inr_discount_offer_plans_page_banner", {flag: '🇮🇳'})}
|
2024-03-06 04:19:57 -05:00
|
|
|
if showBrlGeoBanner
|
|
|
|
div.notification.notification-type-success.text-centered
|
|
|
|
div.notification-content !{translate("brl_discount_offer_plans_page_banner", {flag: '🇧🇷'})}
|
2024-04-08 05:24:10 -04:00
|
|
|
if showLATAMBanner
|
|
|
|
div.notification.notification-type-success.text-centered
|
2024-04-22 04:18:00 -04:00
|
|
|
div.notification-content !{translate("latam_discount_offer_plans_page_banner", {flag: latamCountryBannerDetails.latamCountryFlag, country: latamCountryBannerDetails.country, currency: latamCountryBannerDetails.currency, discount: latamCountryBannerDetails.discount })}
|
2023-07-13 10:22:33 -04:00
|
|
|
|
2022-05-12 07:38:02 -04:00
|
|
|
.row
|
|
|
|
.col-md-12
|
|
|
|
.page-header.centered.plans-header.text-centered.top-page-header
|
2024-06-11 04:35:49 -04:00
|
|
|
h1.text-capitalize #{translate('choose_your_plan')}
|
2022-05-12 07:38:02 -04:00
|
|
|
|
2023-07-30 12:59:35 -04:00
|
|
|
include ./plans/_cards_controls_tables
|
2024-04-18 04:13:51 -04:00
|
|
|
|
|
|
|
+currency_and_payment_methods()
|
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
|
2024-05-14 11:34:11 -04:00
|
|
|
.plans-header.text-centered
|
2022-05-12 07:38:02 -04:00
|
|
|
hr
|
2024-05-14 11:34:11 -04:00
|
|
|
h2 #{translate('still_have_questions')}
|
2022-05-12 07:38:02 -04:00
|
|
|
button.btn.plans-v2-btn-header.text-capitalize(
|
|
|
|
data-ol-open-contact-form-modal="general"
|
|
|
|
) #{translate('contact_us')}
|
|
|
|
|
2024-05-14 11:34:11 -04:00
|
|
|
.row.row-spaced-large
|
2022-05-12 07:38:02 -04:00
|
|
|
|
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)
|