{* Disabled because it's not useful and sort of broken with code_callers *}
{*{link_to href="controller:page;action:preview;id:`$id`;" text="Preview" class="control" rel="blank"}*}
{if $surfedit}{link_to href="controller:page;action:surftoedit;id:`$id`;" text="Surf to Edit" class="control" rel="blank"}{/if}
{if $page_edit}
| {link_to href="controller:page;action:edit;id:`$id`;" text="Edit" class="control" referer=1}
| {link_to href="controller:page;action:content;id:`$id`;" text="Content" class="control"}
| {link_to href="controller:page;action:children;id:`$id`;" text="Children" class="control"}
| {link_to href="controller:page;action:delete;id:`$id`;" text="Delete" class="control" confirm="Are you sure?"}
{/if}

{if $active == 0}{$title|string_format:'[%s]'}{elseif $visible == 0}{$title|string_format:'(%s)'}{else}{$title}{/if}
{if $workflow}
({$workflow}){/if}