{volist name="tree" id="list"}
{if condition="$list['pid'] eq 0"} {/if}
{if condition="$list['status'] eq 1"} {elseif condition="$list['status'] eq 0"/} {/if}
{present name="list['_child']"}
{:action('Genre/tree', [$list['_child']], 'controller', true)}
{/present}
{/volist}