{** * Список комментариев * * @param array comments Комментарии *} {$component = 'ls-comment-list'} {component_define_params params=[ 'comments', 'mods', 'classes', 'attributes' ]} {if $comments}
{component 'comment' template='tree' comments = $comments forbidAdd = true maxLevel = 0 commentParams = [ useFavourite => true, useEdit => false, useVote => false, useScroll => false, showPath => true ]}
{else} {component 'blankslate' text=$aLang.common.empty} {/if}