{{ trans('entities.import_continue_desc') }}
@icon($type) {{ $import->name }}
@if($type === 'book')@icon('chapter') {{ trans_choice('entities.x_chapters', $import->chapter_count) }}
@@ -22,7 +24,7 @@@icon('page') {{ trans_choice('entities.x_pages', $import->page_count) }}
@endif+ +
{{ trans('entities.import_location_desc') }}
+ @include('entities.selector', [ + 'name' => 'parent', + 'entityTypes' => $type === 'page' ? 'chapter,book' : 'book', + 'entityPermission' => "{$type}-create", + 'selectorSize' => 'compact small', + ]) + @include('form.errors', ['name' => 'parent']) + @endif