(typeof seed === "string" ? seed : seed.url))
.join(", ")}
>
${t.config.seeds
.map((seed) => (typeof seed === "string" ? seed : seed.url))
.join(", ")}
${t.crawlCount === 1
? msg(str`${t.crawlCount} crawl`)
: msg(str`${(t.crawlCount || 0).toLocaleString()} crawls`)}
${t.schedule
? html`
${humanizeSchedule(t.schedule, {
length: "short",
})}
`
: html`${msg("No schedule")}`}