{extends "manage/manage.tpl.html"} {block "manage_content"}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{t}Manage Categories{/t}
({t}Current Project{/t}: {$project.prj_title})
{t}Title{/t}: * {include file="error_icon.tpl.html" field="title"}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{section name="i" loop=$list} {sectionelse} {/section}
{t}Existing Categories{/t}:
 {t}Title{/t}
 {$list[i].prc_title}
{t}No categories could be found.{/t}
{/block}