{{isAnnually?'Annually':'monthly'}} pricing summery
Plan value: ${{price | formatCurrency}}/{{isAnnually?'year':'month'}}
You pay: ${{discountedPrice | formatCurrency}}/{{isAnnually?'year':'month'}}
You save: {{discountPercent | formatCurrency}}%!
Flat rate
For 1-10
Avg. ${{avgmonthly | formatCurrency}}/user/month
For {{m_plan.UserCount}} users
=
users 1 to 100
${{this.$props.value.lowPrice * this.$props.jDiscount | formatCurrency}}/user * 100 users
+
users 101 to 250
${{this.$props.value.medPrice * this.$props.jDiscount | formatCurrency}}/user * {{medTierUsers}} users
+
users 1 to 100
${{this.$props.value.highPrice * this.$props.jDiscount | formatCurrency}}/user * {{highTierUsers}} users
monthly
Annually
Pay a monthly flat rate of ${{10 * this.$props.jDiscount | formatCurrency}} for up to 10 users.
Pricing starts at ${{this.$props.value.lowPrice * this.$props.jDiscount | formatCurrency}} per user for the first 100 users.
Per-user pricing decreases as more users are added.