{include_template_file file='blocks/groups/group_head.html'}
{include_template_file file='blocks/groups/group_status.html'}
{include_template_file file='blocks/groups/add_topic.html' }
{if $mode=='view_videos'}
{include_template_file file='blocks/groups/view_videos.html'}
{lang code='Load more'}
{if $feeds}
{foreach $feeds as $feed}
{include_template_file file='blocks/groups/group_feed.html' feed=$feed}
{/foreach}
{else}
{lang code='No feeds were found'}
{/if}
{if $topics}
{foreach $topics as $topic}
{include_template_file file='blocks/groups/group_topic.html' topic=$topic}
{/foreach}
{/if}