{{ t('title') }}

@if (loading) {
{{ t('loadingMessage') }}
} @else {
@if (saving) {
{{ t('savingMessage') }}
} @if (bookdropFileUis.length !== 0) {
}
@if (bookdropFileUis.length === 0) {
{{ t('emptyState') }}
} @else { @for (file of bookdropFileUis; track file) {
@if (file.metadataForm.get('thumbnailUrl')?.value) { Cover } @else {
?
} @if (file.file.fetchedMetadata?.thumbnailUrl) { Fetched Cover } @else {
?
}
{{ file.file.fileName }}
@if (file.showDetails) { }
} }
}
@if (!loading) { }