{extends "base.tpl.html"} {block "title"}#{$issue_id} - Post Note{/block} {block "content"} {if $convert_result|default:'' != ''}
{if $convert_result == -1} {t}An error occurred while trying to convert the selected note.{/t} {elseif $convert_result == 1} {t}Thank you, the note was converted successfully.{/t} {/if}

{if not $core.current_user_prefs.close_popup_windows}
{t}Continue{/t}
{/if} {else}
{t}Convert Note To Email{/t}
{t}ALERT:{/t} {t}Email will be re-sent from your name, NOT original sender's, and without any attachments.{/t}
{t}ALERT:{/t} {t}Email will be re-sent from original sender, including any attachments.{/t}
{/if} {/block}