{t("Automated report generation and email delivery")}
| {t("Name")} | {t("Type")} | {t("Schedule")} | {t("Recipients")} | {t("Last Run")} | {t("Status")} | {t("Actions")} |
|---|---|---|---|---|---|---|
| {report.name} | {humanize_type(report.report_type)} | {humanize_schedule(report.schedule)} | {format_recipients(report.recipients)} | <%= if report.last_run_at do %> {Calendar.strftime(report.last_run_at, "%b %d, %H:%M")} <% else %> - <% end %> | <% {label, classes} = status_badge(report.last_run_status) %> {label} |
|
{t("Create a report to start receiving automated updates via email.")}