{# Macro: one group/channel row. api_list_groups gives bare GroupInfo dicts:
g.groupId, g.groupProfile.displayName, g.groupSummary.currentMembers.
The verb is "Post" for channels (broadcast) and "Msg" for groups. #}
{% macro groupRow(g) %}
{% set name = g.groupProfile.displayName %}
{% set gid = g.groupId %}
{% set mcnt = g.groupSummary.currentMembers %}