{$comment->getText()|noescape}
{var $attachmentsLayout = $comment->getChildrenWithLayout(288)}
{include "attachment.xml", attachment => $attachment[2], parent => $comment, parentType => "comment", tilesCount => sizeof($attachmentsLayout->tiles)}
{include "attachment.xml", attachment => $attachment, post => $comment}
{$comment->getPublicationTime()}
({_edited_short})
{if !$timeOnly}
{if $comment->canBeDeletedBy($thisUser)}
|
{_delete}
{/if}
{if $comment->canBeEditedBy($thisUser)}
|
{_edit}
{/if}
{if !$no_reply_button}
|
{_reply}
{/if}
{if $thisUser->getId() != $author->getRealId()}
|
{var $canReport = true}
{_report}
{/if}
{var $isLiked = $comment->hasLikeFrom($thisUser)}
{if $likesCount > 0}{$likesCount}{/if}
{/if}
| {$comment->getPublicationTime()}