+{#if !editMode }
+
+ {#if group.id}
+
+ ID: {group.id}
+
+ {/if}
+ {#if group.name}
+
+ Name: {group.name}
+
+ {/if}
+ {#if group.display_name}
+
+ Display Name: {group.display_name}
+
+ {/if}
+ {#if group.created && !isPublic}
+
+ Created: {created}
+
+ {/if}
+ {#if group.color}
+
+ Color: {group.color}
+
+ {/if}
+ {#if group.banner}
+
+ Banner:
+
+
+
+
+
+
+ {/if}
+
+
+ Description:
+ {@html htmlDescription}
+
+{#if (group.banner && ((settings && settings.appearance.banner_bottom) || !settings))}
+
+{/if}
+{#if !isPublic}
+
+{/if}
+{:else}
+woohoo editing goes here
+{/if}
+
\ No newline at end of file