Groups

Create groups for easier user management — assign users to groups

Add Group

Put these as cards with nice action CTAs

{{#each groups as |group|}}
{{group.name}} ({{group.members}}) {{#if group.purpose}}
{{group.purpose}}
{{/if}}
{{#if (gt group.members 0)}}
{{/if}}
edit {{#attach-tooltip showDelay=1000}}Edit group{{/attach-tooltip}}
delete {{#attach-tooltip showDelay=1000}}Delete group{{/attach-tooltip}}
{{else}}
No groups
{{/each}}