Create a New Group
{section name=gp_list loop=$gps}
{assign var=owner value=$userquery->GetUserData($gps[gp_list].group_owner)}
{assign var=stats value=$groups->group_stats($gps[gp_list].group_id)}
{$gps[gp_list].group_name}
{$gps[gp_list].group_description}
- Owner: {$owner.username}
- Total Member(s): {$stats.total_members}
- Total Topics(s): {$stats.total_topics}
- Created on: {$gps[gp_list].date_created}
{/section}