{extends 'layout_view.tpl'} {block name="title"}

{tr}Comments{/tr} {if ! $parentId && $allow_lock} {icon name="unlock"} {/if} {if ! $parentId && $allow_unlock} {icon name="lock"} {/if}

{/block} {block name="content"} {if $allow_post and $prefs.comments_sort_mode eq 'commentDate_desc'}
{tr}Post new comment{/tr}
{/if} {if $cant gt 0} {include file="comment/list_inner.tpl"} {else} {remarksbox type=info} {tr}There are no comments at this time.{/tr} {/remarksbox} {/if} {if $allow_post and $prefs.comments_sort_mode neq 'commentDate_desc'}
{tr}Post new comment{/tr}
{/if} {if $prefs.feature_inline_comments eq 'y'} {/if} {/block}