Basic
{{#unless this.isFreeTier}}
{{/unless}}
{{#if this.isFreeTier}}
{{else}}
{{/if}}
{{#unless this.isFreeTier}}
{{#if (feature 'freeTrial')}}
{{this.currency}}
{{svg-jar "arrow-down-small"}}
{{this.currency}}/month
{{this.currency}}/year
{{#if this.stripePlanError}}
{{this.stripePlanError}}
{{/if}}
days
After trial, members will be automatically subscribed to the full price. Learn more
{{#if this.hasTrialDaysError}}
Free trial must be at least 1 day
{{/if}}
{{else}}
–
{{this.currency}}
{{svg-jar "arrow-down-small"}}
{{this.currency}}/month
{{this.currency}}/year
{{#if this.stripePlanError}}
{{this.stripePlanError}}
{{/if}}
{{/if}}
{{#if this.isFreeTier}}
Redirect to this URL after signup for a free membership
{{else}}
Redirect to this URL after signup for premium membership
{{/if}}
{{/unless}}
Benefits
{{#each this.benefits as |benefitItem index|}}
{{/each}}