{{#if this.product.name}}
{{this.product.name}}
{{else}}
Bronze
{{/if}}
{{#if this.product.description}}
{{this.product.description}}
{{else}}
Full access to premium content
{{/if}}
{{#if this.benefits}}
{{#each this.benefits as |benefitItem index|}}
- {{svg-jar "check-2"}} {{benefitItem.name}}
{{/each}}
{{else}}
- {{svg-jar "check-2"}} Expert analysis
{{/if}}
{{#if this.stripeMonthlyAmount}}
{{this.stripeMonthlyAmount}}
{{this.currency}}/month
{{else}}
0
{{this.currency}}/month
{{/if}}
{{#if this.stripeYearlyAmount}}
{{this.stripeYearlyAmount}}{{this.currency}}/year
{{else}}
0{{this.currency}}/year
{{/if}}