@if ($commentTree->empty() && userCan('comment-create-all'))
@endif
@foreach($commentTree->getActive() as $branch) @include('comments.comment-branch', ['branch' => $branch, 'readOnly' => false]) @endforeach

{{ trans('entities.comment_none') }}

@if(userCan('comment-create-all')) @include('comments.create') @if (!$commentTree->empty())
@endif @endif
@if(userCan('comment-create-all') || $commentTree->canUpdateAny()) @push('body-end') @include('form.editor-translations') @include('entities.selector-popup') @endpush @endif