{extends Layout} {block content} {if empty($new_item_url) === FALSE or empty($manage_actions) === FALSE}

{if empty($new_item_url) === FALSE} {if empty($new_item_icon) === true} {else} {!$new_item_icon} {/if} {$new_item_text} {/if} {if empty($manage_actions) === false}

{loop $manage_actions as $action} {if empty($action['icon']) === false} {/if} {$action['label']} {/loop}
{/if}

{/if}
{!$tree}
{/block}