{#if loading}
{planName}{isTrial ? ` · ${i18n.t("dashboard.trialBadge")}` : ""}
{/if}{#if isCatalogEmpty && isDemoSandbox} {i18n.t("dashboard.demoEmptyHint")} {:else if isCatalogEmpty} {#if isPayg} {i18n.t("dashboard.emptyPaygHint")} {:else} {i18n.t("dashboard.emptyCreditsHint", { credits: remainingLabel })} {/if} {:else} {subtitle} {/if}
{i18n.t("dashboard.workflowHint", { name: companyLabel })}
{i18n.t("dashboard.overviewHint", { name: companyLabel })}
{#if processingCount > 0} {i18n.t( processingCount === 1 ? "dashboard.activeJobs" : "dashboard.activeJobsPlural", { count: processingCount.toLocaleString() } )} {:else} {i18n.t("dashboard.latestJobs")} {/if}
{jobLabel(job)}
{jobWhen(job)}
{i18n.t("dashboard.quickLinksHint")}
{i18n.t("nav.feeds")}
{i18n.t("dashboard.feedsImportMap")}
{i18n.t("nav.products")}
{i18n.t("dashboard.productsBrowse")}
{i18n.t("nav.jobs")}
{i18n.t("dashboard.jobsMonitor")}
{i18n.t("nav.exports")}
{i18n.t("dashboard.exportsTemplates")}