{{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)) {
    } }