+
+ {$mangaMeta.ChapterTitle === ChapterTitle['Source Title']
+ ? chapter.name
+ : `Chapter ${chapter.chapterNumber}`}
+
+
+ {new Date(
+ $mangaMeta.ChapterFetchUpload
+ ? parseInt(chapter.uploadDate)
+ : parseInt(chapter.fetchedAt) * 1000
+ ).toLocaleDateString()}{chapter.isDownloaded
+ ? ' • Downloaded'
+ : ''}{chapter.scanlator ? ` • ${chapter.scanlator}` : ''}
+
+
+