{if $show_message}
{"Changes successful."|i18n}
{/if} {include file="personalization_javascript.js"}

{"Templates"|i18n}

{if $mode == 'edit'}
{"Modify Template"|i18n}

{"Name"|i18n}
{"Brief Description for you to recognize. Does NOT affect your actual template."|i18n}
{"Type of Template"|i18n} {"For HTML Messages"|i18n}
{"For TEXT Messages"|i18n}
{"Template Content"|i18n}
{if $form.format == 'html'} {editor content=$form.content name=content width=$admin.brand_editorw height=$admin.brand_editorh fullpage=1 public=0 toolbar=Personalize customcfg="../../../admin/templates/editor.js"} {else}
{/if}
{"Template Permissions?"|i18n} {"For my user only"|i18n} ({$admin.user})
{"For this list"|i18n}


{elseif $mode == 'import'} {if $error}

{$error}
{/if}
{"Import Template"|i18n}

{"Name"|i18n}
{"Brief Description for you to recognize. Does NOT affect your actual template."|i18n}
{"File"|i18n}
{"Must be an XML file specifically for importing into the mailing software."|i18n}
{"Template Permissions"|i18n} {"For my user only"|i18n} ({$admin.user})
{"For this list"|i18n}


{else}
{literal} {/literal} {if $rows} {foreach from=$rows item=row} {foreachelse} {/foreach}
{"Options"|i18n} {"Name of Template"|i18n}
{if $row.nl == $list.id} {"Edit"|i18n}   {"Export"|i18n}   {"Delete"|i18n} {else} {"Not created in this list"|i18n} {/if} ({$row.type}) {$row.name}
{"No Templates Found"|i18n}



{/if} {"Add Template"|i18n} ({"Click here to import template"|i18n})

{"Name"|i18n}
{"Brief Description for you to recognize. Does NOT affect your actual template."|i18n}
{"Type of Template"|i18n} {"For HTML Messages"|i18n}
{"For TEXT Messages"|i18n}
{"Template Content"|i18n}
{if $form.format == 'html'} {editor content=$form.content name=content width=$admin.brand_editorw height=$admin.brand_editorh fullpage=1 public=0 toolbar=Personalize customcfg="../../../admin/templates/editor.js"} {else}
{/if}
{"Template Permissions"|i18n} {"For my user only"|i18n} ({$admin.user})
{"For this list"|i18n}


{/if}