{strip} {$_location_enabled = ( $group.type == teamWaGroupModel::WA_GROUP_TYPE_LOCATION && !empty($group.location.address) )}
{* HEADER *}

{$group.name|escape} {* MANAGE GROUP *} {if $can_manage_group} [`Manage group`] {/if}

{* SORTING *}
{if empty($contacts) && $can_manage_group} {/if}
{* CONTENT *}

{if $can_manage_group || (!empty($group.description) && $group.description !== '[`Add group description`]')} {if $group.description} {$group.description|escape|nl2br} {elseif !$_location_enabled} [`Add group description`] {/if} {/if} {if $_location_enabled} {if $group.location.longitude && $group.location.latitude} {$group.location.address|escape} {else} {$group.location.address|escape} {/if} {/if}

{if $_location_enabled && $group.location.longitude && $group.location.latitude}
{/if} {if !empty($contacts)} {include file="./../users/Users.inc.html" contacts=$contacts} {else}

[`No users in this group.`]

{/if}
{/strip}