+ ${this.workflow?.lastCrawlState === "waiting_capacity" + ? msg("Error logs currently not available.") + : msg("No error logs found yet for latest crawl.")} +
++ ${msg("Logs will show here after you run a crawl.")} +
++ ${msg( + str`Displaying latest ${LOGS_PAGE_SIZE.toLocaleString()} errors of ${this.logs!.total.toLocaleString()}.` + )} +
+ ` + )} +