{extends "base.tpl.html"} {block "title"}#{$issue_id} - {$extra_title}{/block} {block "content"} {if $note == ''}
 {t}The specified note does not exist.{/t}
{t}It could have been converted to an email.{/t}

 {t}Close{/t}
{else}
{if $next != "" || $previous != ""} {/if} {if $recipients|@count > 0} {/if} {if $note.attachments|default:'' != ''} {/if} {if $next != "" || $previous != ""} {/if}
{t}View Note Details{/t} {if $issue_id} {t escape=no 1=$issue_id 2="{$core.rel_url}view.php?id={$issue_id}" }(Associated with Issue #%1){/t} {/if}
{if $previous != ""} {/if}
{if $next != ""} {/if}
{t}Posted Date{/t}: {$note.not_created_date|timeago}
{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.not_note|textFormat:$issue_id}
     
{if $previous != ""} {/if}
{if $next != ""} {/if}
{/if} {/block}