{{this.product.name}}
{{this.product.description}}
Benefits ({{if this.product.benefits.length product.benefits.length "0"}})
{{#if this.product.benefits.length}}
{{#each this.product.benefits as |benefit|}}
- {{svg-jar "check"}} {{benefit.name}}
{{/each}}
{{else}}
No benefits added for this tier.
{{/if}}
{{#if (eq this.product.type "free" )}}
{{currency-symbol this.productCurrency}}
0
{{/if}}
{{#if (eq this.product.type "paid" )}}
{{currency-symbol this.productCurrency}}
{{gh-price-amount this.product.monthlyPrice.amount}}
Monthly
{{currency-symbol this.productCurrency}}
{{gh-price-amount this.product.yearlyPrice.amount}}
Yearly
{{/if}}