+
+ {page.title || t("Untitled")}
+
+
+ {page.space && (
+ <>
+
+ {page.space.name}
+
+ •
+
+ >
+ )}
+
+ {t("Updated {{date}}", {
+ date: formatLabelListDate(new Date(page.updatedAt)),
+ })}
+
+
+ {/* {otherLabels.length > 0 && (
+
+ {visibleLabels.map((label) => (
+
+ ))}
+ {hiddenLabels.length > 0 && (
+ l.name).join(", ")}
+ withArrow
+ openDelay={200}
+ >
+
+ +{hiddenLabels.length}
+
+
+ )}
+
+ )} */}
+