|
{{#unless myself _id}}
{{/unless}}
|
{{#if this.services.facebook}}
{{this.username}}
{{else}}
{{#if this.services.twitter}}
{{this.username}}
{{else}}
{{#if this.services.google}}
{{this.username}}
{{else}}
M {{this.username}}
{{/if}}
{{/if}}
{{/if}}
|
{{#if userDatacollection}}
{{userDatacollection.displayname}}
{{else}}
'Unknown'
{{/if}}
|
{{#if this.createdAt}}
{{formatTime createdAt}}
{{else}}
'Unknown'
{{/if}}
|
{{#if verified}}
{{email}}
{{else}}
{{email}}
Send Verification
{{/if}}
|
{{roles}} |
{{/each}}