{{#if (or this.member.name this.member.email)}} {{else}}
N
{{/if}}

{{or this.member.name this.member.email}}

{{#if (and this.member.name this.member.email)}} {{this.member.email}} {{/if}}

{{#unless this.member.isNew}}

{{#if this.member.geolocation}} {{#if (and (eq this.member.geolocation.country_code "US") @member.geolocation.region)}} {{this.member.geolocation.region}}, US {{else}} {{or this.member.geolocation.country "Unknown location"}} {{/if}} {{else}} Unknown location {{/if}} – Created on {{moment-format @member.createdAtUTC "D MMM YYYY"}}

{{/unless}}
Emails received
{{@member.emailCount}}
Emails opened
{{@member.emailOpenedCount}}
Avg. open rate
{{#if (is-empty @member.emailOpenRate)}} {{else}} {{@member.emailOpenRate}}% {{/if}}

Basic data

Subscribed to newsletter

If disabled, member will not receive newsletter emails

Maximum: 500 characters. You’ve used {{gh-count-down-characters this.scratchMember.note 500}}

Member activity

{{#if this.canShowStripeInfo}}

Stripe info

{{#if this.isLoading}}
{{else}}
{{#if this.subscriptions}}
{{#if (eq this.stripeDetailsType "subscription")}} {{#if this.hasMultipleSubscriptions}}
{{svg-jar "info" class="gh-member-info-icon mr2 fill-darkgrey"}} Member has multiple Stripe subscriptions
{{/if}} {{#each this.subscriptions as |subscription|}}
{{#if subscription.cancellationReason}} {{/if}}
Stripe subscription ID {{subscription.id}}
Plan {{subscription.plan.nickname}} ({{subscription.amount}} {{subscription.plan.currency}}/{{subscription.plan.interval}})
Status {{#if (and subscription.cancelAtPeriodEnd (not-eq subscription.status 'canceled'))}} Cancels on {{subscription.validUntil}} {{else}} {{subscription.statusLabel}} {{/if}}
Cancellation reason {{subscription.cancellationReason}}
Next renewal date {{#if subscription.cancelAtPeriodEnd}} No further renewal {{else}} {{subscription.validUntil}} {{/if}}
{{#if (eq subscription.status "active")}} {{#if subscription.cancelAtPeriodEnd}} {{else}} {{/if}} {{/if}}
{{/each}} {{else}}
Stripe customer ID {{customer.id}}
Name {{#if customer.name}} {{customer.name}} {{else}} No name {{/if}}
Email {{#if customer.email}} {{customer.email}} {{else}} No email {{/if}}
Customer since {{#if customer.startDate}} {{customer.startDate}} {{else}} No data {{/if}}
{{/if}} {{else}}

Member doesn't have an active Stripe subscription

{{/if}}

Complimentary premium plan

If enabled, member will be placed onto a free of charge premium subscription

{{/if}}
{{/if}}