{{ui/ui-button color=constants.Color.Green light=true icon=constants.Icon.People label=constants.Label.Add onClick=(action "onShowAddGroupModal")}} {{ui/ui-spacer size=300}}

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}}