{{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 (eq this.member.geolocation.country_code "US")}}
{{this.member.geolocation.region}}, US
{{else}}
{{this.member.geolocation.country}}
{{/if}}
{{else}}
{{t "members.Unknown location"}}
{{/if}}
– {{t "members.Created on {subscribeAt}" subscribeAt=this.subscribedAt}}
{{/unless}}