{extends "base.tpl.html"} {block "title"}{$extra_title}{/block} {block "content"} {if $move_email_result|default:'' != ''}
{if $move_email_result == -1} {t}An error occurred while trying to run your query{/t} {else} {t}Thank you, the email was successfully moved.{/t} {/if}

{if not $core.current_user_prefs.close_popup_windows}
{t}Continue{/t}
{/if} {else}
{if $next.sup_id != "" || $previous.sup_id != ""} {/if} {if $role|default:'' != $core.roles.customer && $recipients|@count > 0} {/if} {if $email.attachments} {/if} {if $next.sup_id != "" || $previous.sup_id != ""} {/if} {if $core.current_role > $core.roles.standard_user && $email.sup_iss_id == 0 && $email_accounts|@count > 1} {/if}
{t}View Email Details{/t}{if $issue_id} ({t}Associated with Issue{/t} #{$issue_id}){/if}
{if $previous.sup_id != ""} {/if} {if $next.sup_id != ""} {/if}
{t}Received{/t}: {$email.sup_date|timeago}
{t}From{/t}: {$email.sup_from|escape:"html"}
{t}To{/t}: {if $email.sup_to == ""} {t}sent to notification list{/t} {else} {$email.sup_to|escape:"html"} {/if}
{t}Recipients{/t}: {strip} {section name="i" loop=$recipients} {if not $smarty.section.i.first}, {/if} {$recipients[i]|escape:"html"} {/section} {/strip}
{t}Cc{/t}: {$email.sup_cc|escape:"html"}
{t}Subject{/t}: {$email.sup_subject|escape:"html"}
{t}Attachments{/t}: {section name="i" loop=$email.attachments} {$email.attachments[i].filename}
{/section}
{t}Message{/t}: ({t}display in fixed width font{/t}) {t}Download Raw Email{/t} {t}Raw Headers{/t}
{$email.seb_body|format_email}
{if $core.current_role > $core.roles.customer} {/if}
{if $previous.sup_id != ""} {/if} {if $next.sup_id != ""} {/if}
{/if} {/block}