@if ($commentTree->empty() && userCan(\BookStack\Permissions\Permission::CommentCreateAll))
@endif
@foreach($commentTree->getActive() as $branch) @include('comments.comment-branch', ['branch' => $branch, 'readOnly' => false]) @endforeach

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

@if(userCan(\BookStack\Permissions\Permission::CommentCreateAll)) @include('comments.create') @if (!$commentTree->empty())
@endif @endif
@if(userCan(\BookStack\Permissions\Permission::CommentCreateAll) || $commentTree->canUpdateAny()) @push('body-end') @include('form.editor-translations') @include('entities.selector-popup') @endpush @endif