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

{{or @member.name @member.email}} {{#unless (or @member.name @member.email)}} {{#if @member.isNew}} New member {{/if}} {{/unless}}

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

{{#unless @member.isNew}}

{{svg-jar "pin"}} {{#if @member.geolocation}} {{#if (and (eq @member.geolocation.country_code "US") @member.geolocation.region)}} {{@member.geolocation.region}}, US {{else}} {{or @member.geolocation.country "Unknown location"}} {{/if}} {{else}} Unknown location {{/if}}

{{#if (not (feature 'sourceAttribution'))}}

{{svg-jar "member-add"}} Created on {{moment-format (moment-site-tz @member.createdAtUTC) "D MMM YYYY"}}

{{/if}} {{#if (feature 'sourceAttribution')}} {{else}} {{#if (and @member.attribution @member.attribution.url @member.attribution.title) }}

{{svg-jar "satellite"}} Signed up on {{ @member.attribution.title }}

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

{{svg-jar "eye"}} {{#if (not (is-empty @member.lastSeenAtUTC))}} Last seen on {{moment-format (moment-site-tz @member.lastSeenAtUTC) "D MMM YYYY"}} {{else}} Not seen yet {{/if}}

{{#if (feature 'sourceAttribution')}}

Signup info

{{svg-jar "member-add"}} Created — {{moment-format (moment-site-tz @member.createdAtUTC) "D MMM YYYY"}}

{{#if this.referrerSource}}

{{svg-jar "earth"}} Source — {{this.referrerSource}}

{{/if}} {{#if (and @member.attribution.url @member.attribution.title)}}

{{svg-jar "posts"}} Page — {{ @member.attribution.title }}

{{!-- Learn more → --}} {{/if}}
{{/if}} {{#if (and (not-eq this.settings.membersSignupAccess "none") (not-eq this.settings.editorDefaultEmailRecipients "disabled"))}}

Engagement

{{#if (eq @member.emailCount 0)}}

{{#if @member.name}} We'll show {{first-name @member.name}}'s email stats here once they receive their first newsletter. {{else}} We'll show this member's email stats here once they receive their first newsletter. {{/if}}

{{else}}

Emails received

{{@member.emailCount}}

Emails opened

{{@member.emailOpenedCount}}

Average open rate

{{#if (is-empty @member.emailOpenRate)}} This metric is calculated once a member has received 5 newsletters. {{else}} {{@member.emailOpenRate}}% {{/if}}
{{/if}}
{{/if}} {{/unless}}