Maximum: 500 characters. You’ve used
{{gh-count-down-characters this.scratchMember.note 500}}
{{#if this.hasSingleNewsletter}}
{{#if (not-eq this.settings.editorDefaultEmailRecipients "disabled")}}
{{/if}}
{{/if}}
{{#if this.hasMultipleNewsletters}}
{{/if}}
{{#if this.membersUtils.paidMembersEnabled}}
Subscriptions
{{#unless this.tiers}}
{{#unless this.isCreatingComplimentary}}
{{svg-jar "no-data-subscription"}}
No subscriptions
{{/unless}}
{{#if this.isAddComplimentaryAllowed}}
{{#if this.isCreatingComplimentary}}
{{else}}
{{/if}}
{{/if}}
{{/unless}}
{{#each this.tiers as |tier|}}
{{tier.name}}
{{#if (gt tier.subscriptions.length 1)}}
{{tier.subscriptions.length}} subscriptions
{{/if}}
{{#each tier.subscriptions as |sub index|}}
{{#if sub.trialUntil}}
Free trial
{{else}}
{{sub.price.nickname}}
{{/if}}
–
{{#if (eq sub.status "canceled")}}
Ended {{sub.validUntil}}
Cancelled
{{else if sub.cancel_at_period_end}}
Has access until {{sub.validUntil}}
Cancelled
{{else if sub.trialUntil}}
Ends {{sub.trialUntil}}
Active
{{else}}
Renews {{sub.validUntil}}
Active
{{/if}}
{{#if sub.cancellationReason}}
Cancellation reason: {{sub.cancellationReason}}
{{/if}}
{{#if sub.offer}}
{{#if (eq sub.offer.type "trial")}}
{{sub.offer.name}}
offer
({{sub.offer.amount}} days free)
{{else}}
{{sub.offer.name}}
offer
{{#if (eq sub.offer.type 'fixed')}}
({{currency-symbol sub.offer.currency}}{{gh-price-amount sub.offer.amount}} off)
{{else}}
({{sub.offer.amount}}% off)
{{/if}}
applied to subscription
{{/if}}
{{/if}}
Created on {{sub.startDate}}
{{sub.price.currencySymbol}}
{{sub.price.nonDecimalAmount}}
{{if (eq sub.price.interval "year") "yearly" "monthly"}}
{{#if sub.isComplimentary}}
{{else}}
{{/if}}
{{/each}}
{{#if (eq tier.subscriptions.length 0)}}
Complimentary
Active
Created on
{{/if}}
{{/each}}
{{#if (and this.tiers this.isAddComplimentaryAllowed)}}
{{/if}}
{{/if}}