+ {{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}} +