{{#each details.allowed_groups as |ag|}}
#{{unbound ag.name}}
{{/each}}
{{#each details.allowed_users as |au|}}
{{#user-link user=au}}
{{avatar au imageSize="small"}}
{{unbound au.username}}
{{/user-link}}
{{#if details.can_remove_allowed_users}}
{{fa-icon "times"}}
{{/if}}
{{/each}}
{{#if details.can_invite_to}}