{{#eachOfObjectValue users}} {{/eachOfObjectValue}}
{{this.full_name}} {{this.username}} {{#if this.global_admin}} {{else}} {{#if this.admin_of.length}} {{else}} {{#if this.user_of.length}} {{else}} {{/if}} {{/if}} {{/if}}
{{this.email}}


{{#unless this.is_current_user}}
{{#if this.admin_of}} {{#appIdsToNames this.admin_of}}{{/appIdsToNames}} {{else}} {{/if}}
{{#if this.user_of}} {{#appIdsToNames this.user_of}}{{/appIdsToNames}} {{else}} {{/if}}
{{/unless}}
{{#unless this.is_current_user}} {{/unless}}

{{#eachOfObjectValue apps}}
{{this.name}}
{{/eachOfObjectValue}}