{* supreme 1.7.3 *} {* included in product.html *} {function review_comments} {$depth=-1} {foreach $reviews as $review} {if $review.depth < $depth} {$loop=($depth-$review.depth)} {section name="end-review" loop=$loop} {/section} {$depth=$review.depth} {/if} {if $review.depth == $depth}
  • {/if} {if $review.depth > $depth} {/section} {/function}
    {$reviews_count = count($reviews)}

    {_w('%d review for ','%d reviews for ', $reviews_count)|cat:$product.name|escape}

    {* here loads "write review form" on ajax *}