{if !$commentManager|isset}{assign var='commentManager' value=$commentList->getCommentManager()}{/if} {foreach from=$commentList item=comment}
  • {if $comment->userID} {@$comment->getUserProfile()->getAvatar()->getImageTag(48)} {else} {@$comment->getUserProfile()->getAvatar()->getImageTag(48)} {/if}

    {if $comment->userID} {$comment->username} {else} {$comment->username} {/if} {@$comment->time|time}

    {@$comment->getFormattedMessage()}
    {if $comment|count}
      {include file='commentResponseList' responseList=$comment}
    {/if}
  • {/foreach}