{{#if (publisherLink groupOrg)}}
{{publisherLogo groupOrg}}
{{else}}
{{publisherLogo groupOrg}}
{{/if}}
{{groupId}}
{{groupLabel}}
{{#if isActive}}
Active
{{else}}
Closed
{{/if}}
{{#if groupType}}
{{groupType}}
{{/if}}
{{groupSummary}}
{{#ifeq isActive false}}
** NOTE: This group is no longer active{{#if groupStatus.assignedGroup}}; all work and documents (published, in draft, and repos) have been reassigned to:
{{#groupStatus.assignedGroup}}
{{#unless @first}}, {{/unless}}
{{#with (groupIdLookup ../../data this)}}
{{#if groupLabel}}{{groupLabel}}{{else}}{{groupId}}{{/if}}
{{/with}}
{{/groupStatus.assignedGroup}}
{{/if}}. **
{{/ifeq}}