{{#if this.item.isUser}}
{{avatar this.item imageSize="tiny"}}
{{format-username this.item.id}}
{{this.item.name}}
{{decorate-username-selector this.item.id}}
{{else if this.item.isGroup}}
{{d-icon "users"}}
{{this.item.id}}
{{this.item.full_name}}
{{else}}
{{d-icon "envelope"}}
{{this.item.id}}
{{/if}}