{include file="header.tpl.html" extra_title=$extra_title} {if $note == ''}
 {t}The specified note does not exist.{/t}
{t}It could have been converted to an email.{/t}


 {t}Close{/t}
{else} {literal} {/literal}
{if $next != "" || $previous != ""} {/if} {if $recipients|@count > 0} {/if} {if $note.attachments} {/if} {if $next != "" || $previous != ""} {/if}
{if $issue_id} {t escape=no 1=$issue_id}View Note Details (Associated with Issue #%1){/t} {else} {t}View Note Details{/t} {/if}
{if $previous != ""} {/if} {if $next != ""} {/if}
{t}Posted Date:{/t} {$note.not_created_date}
{t}From:{/t} {$note.not_from|escape:"html"}
{t}Recipients{/t}: {strip} {section name="i" loop=$recipients} {if not $smarty.section.i.first}, {/if} {$recipients[i]|escape:"html"} {/section} {/strip}
{t}Title:{/t} {$note.not_title|default:""|escape:"html"}
{t}Attachments:{/t} {section name="i" loop=$note.attachments} {$note.attachments[i].filename}
{/section}
{t}Message:{/t} ({t}display in fixed width font{/t}) {if $note.has_blocked_message} {t}Blocked Message Raw Headers{/t} {/if}
{$note.message|highlight_quoted|nl2br|activateLinks}
  
{if $previous != ""} {/if} {if $next != ""} {/if}
{include file="app_info.tpl.html"} {/if} {include file="footer.tpl.html"}