_modal_group_upgrade.pug 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. script(type="text/ng-template", id="groupPlanModalUpgradeTemplate")
  2. .modal-header
  3. h2 Customize your group subscription
  4. h3 Save 30% or more
  5. .modal-body.plans.group-subscription-modal
  6. .container-fluid
  7. .row
  8. .col-md-6.text-center
  9. .circle.circle-lg
  10. | {{ recurlyPrice.total }}
  11. span.small / year
  12. br
  13. span.circle-subtext {{perUserDisplayPrice}} per user
  14. ul.list-unstyled
  15. li Each user will have access to:
  16. li  
  17. li(ng-if="selected.plan_code == 'collaborator'")
  18. strong #{translate("collabs_per_proj", {collabcount:10})}
  19. li(ng-if="selected.plan_code == 'professional'")
  20. strong #{translate("unlimited_collabs")}
  21. +features_premium
  22. .col-md-6
  23. form.form
  24. .form-group
  25. label(for='plan_code')
  26. | Plan
  27. label(ng-repeat="plan_code in options.plan_codes" class="group-plan-option")
  28. input(type="radio" name="plan_code" ng-model="selected.plan_code" value="{{plan_code.code}}")
  29. span {{plan_code.display}}
  30. .form-group
  31. label(for='size')
  32. | Number of users
  33. select.form-control(id="size", ng-model="selected.size")
  34. option(ng-repeat="size in options.sizes", value="{{size}}") {{ size }}
  35. .form-group
  36. label(for='currency')
  37. | Currency
  38. select.form-control(disabled id="currency", ng-model="selected.currency")
  39. option(ng-repeat="currency in options.currencies", value="{{currency.code}}") {{ currency.display }}
  40. .form-group
  41. label(for='usage')
  42. | Overleaf offers a 40% educational discount for groups of 10 or more.
  43. label.group-plan-option
  44. input(id="usage", type="checkbox" ng-model="selected.usage" ng-true-value="'educational'" ng-false-value="'enterprise'")
  45. span This license is for educational purposes (applies to students or faculty using Overleaf for teaching)
  46. .row
  47. .col-md-12.text-center
  48. .educational-discount-badge
  49. div(ng-hide="selected.usage !== 'educational'")
  50. p.applied(ng-show="discountEligible")
  51. | 40% educational discount applied!
  52. p.ineligible(ng-hide="discountEligible")
  53. | The educational discount is available for groups of 10 or more
  54. .modal-footer
  55. .text-center
  56. p(ng-show="recurlyPrice.includesTax") Total:
  57. strong {{ recurlyPrice.total }}
  58. | ({{recurlyPrice.subtotal}} + {{recurlyPrice.tax}} tax) per year
  59. p
  60. strong Your new subscription will be billed immediately to your current payment method.
  61. hr.thin
  62. button.btn.btn-primary.btn-lg(ng-disabled='inflight' ng-click="upgrade()") Upgrade Now
  63. hr.thin
  64. a(
  65. href
  66. ng-controller="ContactGeneralModal"
  67. ng-click="openModal()"
  68. ) Need more than 50 licenses? Please get in touch