{include file="$style_dir/blocks/group/group_header.html" group=$group}
{if $mode=='' || $mode=='main'}
{lang code='grp_discus_title'} ({$group.total_topics|number_format})
{lang code='grp_add_new_topic'}
{include file="$style_dir/blocks/group/add_topic.html" group=$group}
{include file="$style_dir/blocks/group/group_topics.html" group=$group}
{/if}
{if $mode=='invite_group'}
{lang code='grp_invite_grp_title'}
{if $friends}
{else}
No Contact
{/if}
{/if}
{* LISTING VIDEOS *}
{if $mode=='view_videos'}
{lang code='users_videos' assign='users_videos'}
{$users_videos|sprintf:$group.group_name}({$group.total_videos})
{section name=v_list loop=$videos}
{include file="$style_dir/blocks/video.html" video=$videos[v_list]}
{/section}
{/if}
{* LISTING VIDEOS END*}
{* LISTING MEMBERS *}
{if $mode=='view_members'}
{$group.group_name} {lang code='members'} ({$group.total_members})
{section name=u_list loop=$users}
{include file="$style_dir/blocks/user.html" user=$users[u_list]}
{/section}
{/if}
{* LISTING MEMBERS END *}