{{t('title')}}

  • {{t(TabID.CoverImage)}}

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

  • {{t(TabID.Info)}}
    {{t('pages-count', {num: volume.pages | compactNumber})}}
    {{volume | readTime }}
    {{size | bytes}}
    {{volume.createdUtc | utcToLocalTime | translocoDate: {dateStyle: 'short', timeStyle: 'short' } | defaultDate}}
    {{volume.id}}
    @for (file of files; track file.id) {
    {{file.filePath}}•{{file.bytes | bytes}}
    }
  • {{t(TabID.Progress)}} @for(chapter of volume.chapters; track chapter.id) {
    }
  • {{t(TabID.Tasks)}} @for(task of tasks; track task.action) {
    }