2024-06-17 10:19:13 -04:00
|
|
|
include ./_plans_faq_tabs
|
|
|
|
include ../../_mixins/eyebrow
|
|
|
|
|
|
|
|
- var managingYourSubscription = 'managingYourSubscription'
|
|
|
|
- var overleafIndividualPlans = 'overleafIndividualPlans'
|
|
|
|
- var overleafGroupPlans = 'overleafGroupPlans'
|
|
|
|
.plans-faq
|
|
|
|
.row.row-spaced-extra-large
|
|
|
|
.col-md-12.faq-heading-container
|
2024-06-17 10:19:19 -04:00
|
|
|
h2
|
2024-06-17 10:19:13 -04:00
|
|
|
+eyebrow(translate("frequently_asked_questions"))
|
|
|
|
| #{translate("your_questions_answered")}
|
2024-06-26 10:20:43 -04:00
|
|
|
|
|
|
|
.row
|
|
|
|
.col-xs-12
|
|
|
|
.ol-tabs-scrollable
|
|
|
|
.nav-tabs-container
|
|
|
|
ul.nav.nav-tabs
|
|
|
|
li.active(role="presentation")
|
|
|
|
a(
|
|
|
|
role="tab"
|
|
|
|
data-toggle="tab"
|
|
|
|
href='#' + managingYourSubscription
|
|
|
|
aria-controls=managingYourSubscription
|
|
|
|
)
|
|
|
|
| #{translate('managing_your_subscription')}
|
|
|
|
li(role="presentation")
|
|
|
|
a(
|
|
|
|
role="tab"
|
|
|
|
data-toggle="tab"
|
|
|
|
href='#' + overleafIndividualPlans
|
|
|
|
aria-controls=overleafIndividualPlans
|
|
|
|
)
|
|
|
|
| #{translate('overleaf_individual_plans')}
|
|
|
|
li(role="presentation")
|
|
|
|
a(
|
|
|
|
role="tab"
|
|
|
|
data-toggle="tab"
|
|
|
|
href='#' + overleafGroupPlans
|
|
|
|
aria-controls=overleafGroupPlans
|
|
|
|
)
|
|
|
|
| #{translate('overleaf_group_plans')}
|
|
|
|
|
|
|
|
.tab-content
|
|
|
|
.tab-pane.active(
|
|
|
|
role="tabpanel"
|
|
|
|
id=managingYourSubscription
|
|
|
|
data-ol-faq-tab-content=managingYourSubscription
|
2024-06-17 10:19:13 -04:00
|
|
|
)
|
2024-06-26 10:20:43 -04:00
|
|
|
+managingYourSubscription()
|
|
|
|
.tab-pane(
|
|
|
|
role="tabpanel"
|
|
|
|
id=overleafIndividualPlans
|
|
|
|
data-ol-faq-tab-content=overleafIndividualPlans
|
2024-06-17 10:19:13 -04:00
|
|
|
)
|
2024-06-26 10:20:43 -04:00
|
|
|
+overleafIndividualPlans()
|
|
|
|
.tab-pane(
|
|
|
|
role="tabpanel"
|
|
|
|
id=overleafGroupPlans
|
|
|
|
data-ol-faq-tab-content=overleafGroupPlans
|
2024-06-17 10:19:13 -04:00
|
|
|
)
|
2024-06-26 10:20:43 -04:00
|
|
|
+overleafGroupPlans()
|
2024-07-24 08:54:53 -04:00
|
|
|
|
|
|
|
.row.plans-faq-support
|
|
|
|
span #{translate('still_have_questions')}
|
|
|
|
button(data-ol-open-contact-form-modal="general")
|
|
|
|
span(style="margin-right: 4px") #{translate('contact_support')}
|
|
|
|
img.icon-md(src="/img/website-redesign/material-symbols-arrow-right.svg", aria-hidden="true")
|
|
|
|
|
|
|
|
!= moduleIncludes("contactModalGeneral-marketing", locals)
|