16 lines
475 B
HTML
16 lines
475 B
HTML
<ul id="comments-ul">
|
|
</ul>
|
|
{if $comments}
|
|
<ul>
|
|
{foreach from=$comments.comments item=comment}
|
|
{include file="$style_dir/blocks/comments/comment.html" comment=$comment type=$type parents=$comments.parents}
|
|
{/foreach}
|
|
</ul>
|
|
<div class="break2"></div>
|
|
{else}
|
|
|
|
<div class="break2"></div>
|
|
<div class="col-lg-12 no-related no-comments clearfix">
|
|
<span class="well well-info btn-block">No Comments Added</span>
|
|
</div>
|
|
{/if}
|