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