{$message} {assign var=blog_message value=$arr_messages.0} {if $blog_message.title}
{$blog_message.pubdate|date_format:"%d.%m.%Y %H:%M"}
{if $blog_message.author}
{txt key=TEXT_XT_BLOG_EDITOR} {$blog_message.author}{/if}
{txt key=TEXT_BLOG_LIST_COMMENTS}
{if $blog_comment.username} {txt key=TEXT_XT_BLOG_EDITOR} {$blog_comment.username} {txt key=TEXT_ON}{else} {txt key=TEXT_ON|ucfirst}{/if} {if $blog_comment.public_date}{$blog_comment.public_date|date_format:"%d.%m.%Y %H:%M"}{else}{$blog_comment.added_date}{/if}
{$blog_comment.message}
{txt key=TEXT_XT_BLOG_BACK} {txt key=TEXT_BLOG_WRITE_COMMENT}