{extends "manage/manage.tpl.html"} {block "manage_content"}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{t}Manage Customer Quick Notes{/t}
{t}Project{/t} {include file="error_icon.tpl.html" field="project"}
{t}Customer{/t} {include file="error_icon.tpl.html" field="customer"}
{t}Note{/t}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{section name="i" loop=$list} {sectionelse} {/section}
{t}Existing Customer Quick Notes{/t}
 {t}Customer{/t}  {t}Note{/t}
{$list[i].customer_title|default:''|escape:"html"} {$list[i].cno_note|escape:"html"|nl2br}
{t}No notes could be found.{/t}
{/block}