{if $post.replyToNum}
{tr "post.in reply to post"} {$post.replyToNum}
{endif} {if $post.subject} {tr "subject"}: {$post.subject}
{endif}
{endif}
{endif} {if $post.subject} {tr "subject"}: {$post.subject}
{endif}
{$post.postBody}
{if $post.signature}
{$post.signature}
{endif}
{if sizeof $post.attachlist}
{trnum "post.attach~" (sizeof $post.attachlist) "n" (sizeof $post.attachlist)}:
{foreach $attach in $post.attachlist}

{tr "post.error.attach.no permission"} {else} {$attach.filename} | {tr "post.attach.save"} {$attach.size}{if $attach.views}, {$attach.views}{endif}
{if $attach.image} {if $attach.inlineImage}
{if $post.editReason} {tr "post.edit reason"}: {$post.editReason} {endif}