{foreach from=$group_list.list item='_group'} {/foreach}
{foreach from=$group_list.ancestors item='_group' name='parent_group'} {math equation="x - y" x=$smarty.foreach.parent_group.iteration y=2 assign="indent_cnt"}
{if ! $smarty.foreach.parent_group.first}{$dummy_indent|default:"{l}└{/l} "|indent:$indent_cnt:" "}{/if}{$_group.name|smarty:nodefaults|truncate_blog:20|escape:'html'}
{/foreach}
{$_group.name|smarty:nodefaults|truncate_blog:24|escape:'html'} {if $_group.has_child} {l}↓{/l} {/if}
{if $group_list.pager->numPages() > 1}
{if $group_list.pager->range } {if ! $group_list.pager->isFirstPage() || ! $group_list.pager->isLastPage()} {if ! $group_list.pager->isFirstPage()} {/if} {if ! $group_list.pager->isLastPage()} {/if}
{l}最初{/l}   << >>   {l}最後{/l}
{/if} {foreach from=$group_list.pager->range key='_pid' item='_curr'} {if $_curr}   {$_pid} {else}   {$_pid} {/if} {/foreach} {/if}
{/if}