{extends "layout_view.tpl"} {block name="title"} {title}{$title}{/title} {/block} {block name="content"} {foreach $instances as $row} {foreachelse} {/foreach}
{tr}Index{/tr} {tr}Type{/tr} {tr}Created{/tr} {tr}Defined{/tr} {tr}Valid{/tr}
{$row.name|escape} {$row.type|escape} {if $row.indexExists} {icon name="ok"} {else} {tr}Create{/tr} {/if} {if $row.typeExists} {icon name="ok"} {elseif $row.indexExists} {tr}Create{/tr} {/if} {if $row.valid} {icon name="ok"} {elseif $row.typeExists} {icon name="warning"} {tr}Alter{/tr} {/if}
{tr}No instances configured{/tr}
{/block}