{strip} {if $comments_style eq 'threaded' && $comment.level}
{else}
{/if}
{if $gBitUser->hasPermission( 'p_liberty_post_comments' )} {if $comments_ajax } {biticon ipackage="icons" iname="mail-reply-sender" iexplain="Reply to this comment"} {else} {biticon ipackage="icons" iname="mail-reply-sender" iexplain="Reply to this comment"} {/if} {/if} {if $gBitUser->hasPermission('p_liberty_edit_comments') || ($gBitUser && $comment.user_id == $gBitUser->mInfo.user_id && $comment.user_id!=$smarty.const.ANONYMOUS_USER_ID)} {biticon ipackage="icons" iname="accessories-text-editor" iexplain="Edit"} {/if} {if $gBitUser->hasPermission('p_liberty_admin_comments')} {biticon ipackage="icons" iname="edit-delete" iexplain="Remove"} {/if}

{$comment.title|escape}

{tr}by{/tr} {if $comment.user_id < 0}{$comment.anon_name|escape}{else}{displayname hash=$comment}{/if}, {$comment.last_modified|bit_long_datetime}
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$comment} {$comment.parsed_data}
{if $comment.children}
{foreach key=key item=item from=$comment.children} {include file="bitpackage:liberty/display_comment.tpl" comment="$item"} {/foreach}
{/if}
{/strip}