{{ trans_choice('entities.comment_count', $commentTree->count(), ['count' => $commentTree->count()]) }}
@if ($commentTree->empty() && userCan('comment-create-all'))
@endif
@if(userCan('comment-create-all'))
@include('comments.create')
@if (!$commentTree->empty())