@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