Back to Kavita

Edit Volume Modal.Component

UI/Web/src/app/_single-module/edit-volume-modal/edit-volume-modal.component.html

0.9.0794 B
Original Source

{{t('title')}}

@if (accountService.hasAdminRole()) { - {{Tabs.ExternalMetadataIds | tabTitle}} } - {{t(Tabs.Info)}}

{{t('pages-count', {num: volume.pages | compactNumber})}}

{{t('words-count', {num: volume.wordCount | compactNumber})}}

{{volume | readTime }}

{{size | bytes}}

{{volume.createdUtc | utcToLocalTime:'short' | defaultDate}}

{{volume.id}}

@if (accountService.hasAdminRole()) { @for (file of files; track file.id) { {{file.filePath}}{{file.bytes | bytes}} } } @if (accountService.hasAdminRole()) { - {{Tabs.CoverImage | tabTitle}}

{{t('cover-image-description')}}

} - {{Tabs.Tasks | tabTitle}} @for(task of tasks; track task.action) { @if (accountService.canCurrentUserInvokeAction(task.action)) { {{task.title}} } }

{{t('close')}}{{t('save')}}