2018-08-27 10:24:38 -04:00
|
|
|
.faq
|
|
|
|
.row.row-spaced-large
|
|
|
|
.col-md-12
|
|
|
|
.page-header.plans-header.plans-subheader.text-centered
|
|
|
|
h2 FAQ
|
|
|
|
.row
|
|
|
|
.col-md-6
|
|
|
|
h3 #{translate("faq_how_free_trial_works_question")}
|
2018-08-27 11:01:12 -04:00
|
|
|
p #{translate('faq_how_does_free_trial_works_answer', { appName:'{{settings.appName}}', len:'{{trial_len}}' })}
|
2018-08-27 10:24:38 -04:00
|
|
|
.col-md-6
|
|
|
|
h3 #{translate('faq_change_plans_question')}
|
|
|
|
p #{translate('faq_change_plans_answer')}
|
|
|
|
.row
|
|
|
|
.col-md-6
|
|
|
|
h3 #{translate('faq_do_collab_need_premium_question')}
|
|
|
|
p #{translate('faq_do_collab_need_premium_answer')}
|
|
|
|
.col-md-6
|
|
|
|
h3 #{translate('faq_need_more_collab_question')}
|
2018-08-30 14:20:58 -04:00
|
|
|
p !{translate('faq_need_more_collab_answer', { referFriendsLink: translate('referring_your_friends') })}
|
2018-08-27 10:24:38 -04:00
|
|
|
.row
|
|
|
|
.col-md-6
|
|
|
|
h3 #{translate('faq_purchase_more_licenses_question')}
|
2018-08-30 14:20:58 -04:00
|
|
|
p !{translate('faq_purchase_more_licenses_answer', { groupLink: translate('discounted_group_accounts') })}
|
2019-10-01 07:47:32 -04:00
|
|
|
a(href='#groups', ng-click="openGroupPlanModal()") #{translate("get_in_touch_for_details")}
|
2018-08-27 10:24:38 -04:00
|
|
|
.col-md-6
|
|
|
|
h3 #{translate('faq_monthly_or_annual_question')}
|
|
|
|
p #{translate('faq_monthly_or_annual_answer')}
|
|
|
|
.row
|
|
|
|
.col-md-6
|
|
|
|
h3 #{translate('faq_how_to_pay_question')}
|
|
|
|
p #{translate('faq_how_to_pay_answer')}
|
|
|
|
.col-md-6
|
|
|
|
h3 #{translate('faq_pay_by_invoice_question')}
|
2020-10-30 08:33:35 -04:00
|
|
|
p !{translate('faq_pay_by_invoice_answer', {}, [{ name: 'a', attrs: { href: "#pay-by-invoice", 'ng-controller': "ContactGeneralModal", 'ng-click': "openModal()" }}])}
|