{{ trans_choice('entities.comment_count', $commentTree->count(), ['count' => $commentTree->count()]) }}
@if ($commentTree->empty() && userCan('comment-create-all'))
@endif
@foreach($commentTree->get() as $branch) @include('comments.comment-branch', ['branch' => $branch, 'readOnly' => false]) @endforeach
@if(userCan('comment-create-all')) @include('comments.create') @if (!$commentTree->empty())
@endif @endif @if(userCan('comment-create-all') || $commentTree->canUpdateAny()) @push('post-app-scripts') @include('form.editor-translations') @endpush @push('post-app-html') @include('entities.selector-popup') @endpush @endif