Maximum: 500 characters. You’ve used
{{gh-count-down-characters this.scratchMember.note 500}}
{{#if (not-eq this.settings.editorDefaultEmailRecipients "disabled")}}
{{/if}}
{{#if this.isStripeConnected}}
Subscriptions
{{#unless this.products}}
{{#unless this.isCreatingComplimentary}}
{{svg-jar "no-data-subscription"}}
No subscriptions
{{/unless}}
{{#unless this.member.isNew}}
{{#if this.isAddComplimentaryAllowed}}
{{#if this.isCreatingComplimentary}}
{{else}}
{{#if (feature "multipleProducts")}}
{{!-- {{if has multiple products!}} --}}
{{!-- {{/if}} --}}
{{else}}
{{/if}}
{{/if}}
{{/if}}
{{/unless}}
{{/unless}}
{{#each this.products as |product|}}
{{product.name}}
{{#if (gt product.subscriptions.length 1)}}
{{product.subscriptions.length}} subscriptions
{{/if}}
{{#each product.subscriptions as |sub|}}
{{sub.price.nickname}}
–
{{#if sub.cancel_at_period_end}}
Has access until {{sub.validUntil}}
Cancelled
{{else}}
Renews {{sub.validUntil}}
Active
{{/if}}
{{#if sub.cancellationReason}}
Cancellation reason: {{sub.cancellationReason}}
{{/if}}
{{#if sub.offer}}
{{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}}
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 (and (feature "multipleProducts") (eq product.subscriptions.length 0))}}
Complimentary
Active
Created on
{{/if}}
{{#if (not (feature "multipleProducts"))}}
{{#if this.isAddComplimentaryAllowed}}
{{/if}}
{{/if}}
{{/each}}
{{#if (feature "multipleProducts")}}
{{#if (and this.products this.isAddComplimentaryAllowed)}}
{{/if}}
{{/if}}
{{/if}}
{{#if (feature "membersActivityFeed")}}
{{else}}
{{/if}}