# | Image | Manga Title | Score | Chapters | Volumes | Type | Days | Magazine | Priority | ||
---|---|---|---|---|---|---|---|---|---|---|---|
${ i + 1 } |
${ item.title_localized || item.manga_title }
${ item.status == 2 && item.is_rereading == 1 ? "Re-reading" : "" }
${ getContentStatusText(item) }
Add notes
|
${ item.score != 0 ? item.score : "-" }
|
${ item.num_read_chapters == 0 ? "-" : item.num_read_chapters }
|
${ item.num_read_volumes == 0 ? "-" : item.num_read_volumes }
|
${ item.manga_media_type_string } | ${ item.days_string } | ${ i!=0 ? ", " : "" }${ magazine.name } | ${ item.priority_string } | |||