{{checkbox roles "roles[]"}}
{{#with user}}
    {{#each telephoneNumber}}
  • {{this}}
  • {{/each}}
{{/with}}
{{select organizations "organization" user.organization}}
{{#with user}}
    {{#each collaborations}}
  • {{this}}
  • {{/each}}
{{/with}}
{{user.createdBy}}
{{#if user.photo}}
{{user.displayName}}
{{/if}}