{extends "manage/manage.tpl.html"} {block "manage_content"}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{t}Manage Products{/t}
{t}Title{/t} * {include file="error_icon.tpl.html" field="title"}
{t}Version How To{/t} {include file="error_icon.tpl.html" field="version_howto"}
{t}Email Address{/t} {include file="error_icon.tpl.html" field="email"}
{t}This address will be notified when issues are created with this product.{/t}
{t}Rank{/t} * {include file="error_icon.tpl.html" field="rank"}
{t}Removed{/t}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{section name="i" loop=$list} {sectionelse} {/section}
{t}Existing Products{/t}
 {t}Title{/t}  {t}Version How To{/t}  {t}Email{/t}  {t}Rank{/t}  {t}Removed{/t}
 {$list[i].pro_title|escape}  {$list[i].pro_version_howto|escape}  {$list[i].pro_email|escape}  {$list[i].pro_rank}  {if $list[i].pro_removed == 1}Yes{/if}
{t}No products could be found.{/t}
{/block}