{{#if this.product.name}}
{{this.product.name}}
{{else}}
Bronze
{{/if}}
{{#if this.product.description}}
{{this.product.description}}
{{else}}
{{#if this.isFreeProduct}}
Free preview of {{this.settings.title}}
{{else}}
Full access to premium content
{{/if}}
{{/if}}
{{#if this.benefits}}
{{#each this.benefits as |benefitItem index|}}
- {{svg-jar "check-2"}} {{benefitItem.name}}
{{/each}}
{{else}}
{{#if this.isFreeProduct}}
- {{svg-jar "check-2"}} Access to all public posts
{{else}}
- {{svg-jar "check-2"}} Expert analysis
{{/if}}
{{/if}}
{{#if this.isFreeProduct}}
{{currency-symbol this.currency}}
0
{{else}}
{{#if this.stripeMonthlyAmount}}
{{currency-symbol this.currency}}
{{format-number this.stripeMonthlyAmount}}
/month
{{else}}
{{currency-symbol this.currency}}
0
/month
{{/if}}
{{#if this.stripeYearlyAmount}}
{{currency-symbol this.currency}}{{format-number this.stripeYearlyAmount}}/year
{{else}}
0{{this.currency}}/year
{{/if}}
{{/if}}