Groups Manager

Manage your groups from here, you can read more about how to manage groups here {*@todo : Write doc*}
{foreach $groups as $group} {/foreach}
# Thumb Name Owner Date
{$group.group_id} {$group.group_name} {if $group.group_privacy>0}    {/if}
{if $group.active=='yes'} {lang code='Active'} {else} {lang code='Inactive'} {/if} {if $group.featured=='yes'} Featured {/if}
{$group.total_videos|number_format} {$group.total_members|number_format} {$group.total_topics|number_format}
{$group.userid|get_username} {$group.date_added|niceTime}
{if !$groups}
No groups are found here..
{/if}
{include file="$style_dir/blocks/pagination.html" }