{extends "layout_view.tpl"} {block name="title"} {title}{$title}{/title} {/block} {block name="navigation"} {include file='manager/nav.tpl'} {/block} {block name="content"}

Instance {$instance->id}: {$instance->name}

{icon name="create"} {tr}Apply Patch{/tr} {foreach $patches as $patch} {foreachelse} {/foreach}
{tr}ID{/tr} {tr}Package{/tr} {tr}URL{/tr}
{$patch->id} {$patch->package|escape} {$patch->url|escape} {actions}{strip} {icon name=times _menu_text='y' _menu_icon='y' alt="{tr}Delete{/tr}"} {/strip}{/actions}
{tr}No patches applied.{/tr}
{/block}