dispatch("reset")}>

{t("dashboard.schematic.info.path", {path: info.path})}

{t("dashboard.schematic.info.replaceColor")} {#if info.schem.replaceColor} {:else} {/if}

{t("dashboard.schematic.info.allowReplay")} {#if info.schem.allowReplay} {:else} {/if}

{t("dashboard.schematic.info.type", {type: info.schem.type ?? t("dashboard.schematic.dir")})}

{t("dashboard.schematic.info.updated", {updated: new Intl.DateTimeFormat(astroI18n.locale, { hour: "2-digit", minute: "2-digit", second: "2-digit", day: "2-digit", month: "2-digit", year: "numeric" }).format(dayjs(info.schem.lastUpdate).utc(false).toDate())})}

{t("dashboard.schematic.info.item", {item: info.schem.item ?? (info.schem.type == null ? "CHEST" : "CAULDRON_ITEM")})}

{#if info.members.length !== 0}

{t("dashboard.schematic.info.members", {members: info.members.map(value => value.name).join(", ")})}

{/if}