@if(userCan('attachment-create-all')) @endif @if($comments->enabled()) @endif

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

@include('entities.tag-manager', ['entity' => $page])
@if(userCan('attachment-create-all')) @include('attachments.manager', ['page' => $page]) @endif

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

@include('pages.parts.template-manager', ['page' => $page, 'templates' => $templates])
@if($comments->enabled()) @include('pages.parts.toolbox-comments') @endif