{extends "manage/manage.tpl.html"} {block "manage_content"} {literal} {/literal}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{t}Manage Canned Email Responses{/t}
{t}Projects{/t} {include file="error_icon.tpl.html" field="projects[]"}
{t}Title{/t} {include file="error_icon.tpl.html" field="title"}
{t}Response Body{/t} {include file="error_icon.tpl.html" field="response_body"}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{section name="i" loop=$list} {sectionelse} {/section}
{t}Existing Canned Email Responses{/t}
 {t}Title{/t}  {t}Projects{/t}
 {$list[i].ere_title}  {$list[i].projects|escape:"html"}
{t}No canned email responses could be found.{/t}
{/block}