{* *}{strip} {if !empty($post)}

{$post->name|default:'Пользователь'} написал:

{if !empty($post->department)}- в отдел: {$post->department}
{/if} {if !empty($post->subject)}- по теме: {$post->subject}
{/if} - дата сообщения: {$post->created}
{if !empty($post->message)}

Сообщение:

{$post->message|nl2br}
{/if} {* *} {if !empty($post->ip)}

Адрес в сети:

- ip: {$post->ip}
{if !empty($post->host)}- хост: {$post->host}
{/if} {/if}

Административные ссылки:

Страница переписки {/if} {/strip}