2014-01-18 13:35:29 +00:00
|
|
|
{if $comments}
|
2014-05-08 14:12:46 +00:00
|
|
|
<div class="cb-item-comments-container">
|
|
|
|
<div id="latest_comment_container"></div>
|
2014-01-18 13:35:29 +00:00
|
|
|
{foreach from=$comments.comments item=comment}
|
|
|
|
{include file="$style_dir/blocks/comments/comment.html" comment=$comment type=$type parents=$comments.parents}
|
|
|
|
{/foreach}
|
|
|
|
{else}
|
|
|
|
<div align="center" class="no_comments" id="no_comments">
|
|
|
|
{lang code='no_comments' assign=no_comments} {$no_comments|sprintf:$object_type}
|
|
|
|
</div>
|
2014-05-08 14:12:46 +00:00
|
|
|
</div>
|
2014-01-18 13:35:29 +00:00
|
|
|
{/if}
|
|
|
|
|
2014-05-08 14:12:46 +00:00
|
|
|
|