2010-01-25 13:18:18 +00:00
|
|
|
{if $comments}
|
2011-01-25 12:05:11 +00:00
|
|
|
<div style="height:10px"></div>
|
2011-02-07 13:09:51 +00:00
|
|
|
{foreach from=$comments.comments item=comment}
|
|
|
|
{include file="$style_dir/blocks/comments/comment.html" comment=$comment type=$type parents=$comments.parents}
|
2010-01-25 13:18:18 +00:00
|
|
|
{/foreach}
|
2011-02-07 13:09:51 +00:00
|
|
|
|
|
|
|
<div style="height:10px"></div>
|
|
|
|
|
|
|
|
|
2010-01-25 13:18:18 +00:00
|
|
|
{else}
|
2009-11-30 19:46:45 +00:00
|
|
|
<div id="latest_comment_container">
|
|
|
|
<div align="center" class="no_comments">
|
2011-01-25 12:05:11 +00:00
|
|
|
{lang code='no_comments' assign=no_comments} {$no_comments|sprintf:$object_type}
|
2009-11-30 19:46:45 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2011-02-07 13:09:51 +00:00
|
|
|
|
2010-01-25 13:18:18 +00:00
|
|
|
{/if}
|
2009-11-30 19:46:45 +00:00
|
|
|
{if $comments}
|
|
|
|
<div id="latest_comment_container"></div>
|
|
|
|
{/if}
|