{include file="header.tpl.html"}
{literal} {/literal}
{if $smarty.get.cat == 'edit'} {else} {/if} {if $current_role > $roles.reporter} {if $insert_result != ""} {/if} {/if}
{t}Authorized Repliers{/t}
{if $insert_result == -1} {t}An error occurred while trying to insert the authorized replier.{/t} {elseif $insert_result == -2} {t}Users with a role of "customer" or below are not allowed to be added to the authorized repliers list.{/t} {elseif $insert_result == 1} {t}Thank you, the authorized replier was inserted successfully.{/t} {/if}
{t}Email{/t}: {if not ($os.mac and $browser.ie)}{/if} {include file="error_icon.tpl.html" field="email"}
{t}Existing Authorized Repliers for this Issue{/t}:
{literal} {/literal} {section name="i" loop=$list.all} {cycle values=$cycle assign="row_color"} {sectionelse} {/section} {if $current_role > $roles.reporter} {/if}
  {t}Email{/t}
{$list.all[i].replier|escape:"html"} {if $list.all[i].replier_type == 'user'}<{$list.all[i].usr_email|escape:"html"}>{/if}
{t}No authorized repliers could be found.{/t}

{include file="app_info.tpl.html"} {include file="footer.tpl.html"}