{extends "manage/manage.tpl.html"} {block "manage_content"}
{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="include/md_textarea.tpl.html" content=$info.ere_response_body|default:'' id="response_body" rows="10" cols="50" }
{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}