"{$row.cms_headline}" {if $asset->page_title}{$asset->page_title}{else}{$asset->name|humanize}{/if} asset on "{if !$page.cms_deleted}
{$page.title}{else}{$page.title}{/if}" was
{$action} @ {$workflow.cms_created|date_format:'%b %e, %Y %I:%M:%S %p'}{if $user} by {$user.real_name}{/if}.
{if !$list_only}
{link_to href="controller:page;action:surftoedit;id:`$page.id`;" text="Preview Page" rel="blank"}
{if $process == 'submit'}
| {link_to href="controller:workflow;action:submit;id:`$workflow.id`;" text="Submit To Workflow"}
| {link_to href="controller:`$asset->name`;action:edit;id:`$row.id`;" text="Edit Record" referer=1}
{if $cascade_delete}
| {link_to href="controller:workflow;action:delete;id:`$workflow.id`;" text="Delete Workflow" referer=1 confirm="Since this content has not yet been published on this page, it will also be removed from the page.\\n\\nAre you sure?"}
{else}
| {link_to href="controller:workflow;action:delete;id:`$workflow.id`;" text="Delete Workflow" referer=1 confirm="Are you sure?"}
{/if}
{elseif $process == 'editapprove'}
| {link_to href="controller:workflow;action:process;id:`$workflow.id`;" text="Edit & Approve/Decline"}
{elseif $process == 'approve'}
| {link_to href="controller:workflow;action:process;id:`$workflow.id`;" text="Approve/Decline"}
{elseif $process}
| {$process}
{/if}
{/if}