+ {t("title")} +
+{t("subtitle")}
+{t("subtitle")}
++ {t("scheduleIssueLabel")}: {t("scheduleIssueValue")} +
++ {t("lastSuccess")}: {fmtRelative(lastSuccess.monthlyIssue?.startedAt ?? null)} +
+ ++ {t("scheduleReminderLabel")}: {t("scheduleReminderValue")} +
++ {t("lastSuccess")}: {fmtRelative(lastSuccess.reminders?.startedAt ?? null)} +
+ ++ {t("noRunsYet")} +
+ ) : ( +| {t("startedCol")} | +{t("kindCol")} | +{t("triggeredByCol")} | +{t("okCol")} | +{t("skipCol")} | +{t("failCol")} | +
|---|---|---|---|---|---|
| + {fmtRelative(r.startedAt)} + | ++ {t(`kind.${r.runKind}` as any)} + | ++ {r.triggeredBy === "cron" + ? t("triggeredByCron") + : r.triggeredBy.slice(0, 8) + "…"} + | ++ {r.successCount} + | ++ {r.skippedCount} + | +0 ? "text-error" : "text-text-muted" + }`} + > + {r.failureCount} + | +
${l.greeting} ${safeName},
+${escapeHtml(INTROS[L][params.level])}
+| ${l.num} | ${safeNumber} |
| ${l.total} | ${escapeHtml(totalFmt)} |
| ${l.due} | ${escapeHtml(dueFmt)} |
| ${l.days} | ${params.daysPastDue} |
+ + ${l.cta} + +
+${l.brand}
+