{strip} {if $comments_style eq 'threaded' && $comment.level}
{else}
{/if}

{$comment.title|escape}

{tr}by{/tr} {if $comment.user_id < 0}{$comment.anon_name|escape}{else}{displayname hash=$comment}{/if}, {$comment.last_modified|reltime}
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='comment' serviceHash=$comment} {$comment.parsed_data} {if $gBitSystem->isFeatureActive( 'comments_allow_attachments' )} {include file="bitpackage:liberty/list_comment_files_inc.tpl" storageHash=$comment.storage} {/if}
{if !empty($comment.children)}
{foreach key=key item=item from=$comment.children} {include file="bitpackage:liberty/display_comment.tpl" comment=$item} {/foreach}
{/if}
{/strip}