{* Admin interface: forum management *}
{include file='inc/_header.html'}
{block_page}
{foreach from=$group_list item=group name='forum_group_list'}
{foreach from=$group.forums item=forum}
{/foreach}
{/foreach}
{/block_page}
{block_page}
{/block_page}
{block_page}
{/block_page}
{*Edit Forum Group*}
{*Delete Forum Group Confirm*}
Delete Forum Group
Are you sure you want delete forum group?
{*Edit Forum*}
{*Delete Forum Confirm*}
Delete Forum
Are you sure you want delete forum?
{include file='inc/_footer.html'}