-
-
- {ContentType}
-
- {linkProps && linkProps.href ? (
- {content.title.title}
- ) : (
- {content.title.title}
+
+
+
+
+
+
+ {content.title.title}
+
+
+
+ {!!contentType && }
+ {content.learningResourceType !== "frontpage-article" && (
+
+ )}
+
+
+
+
+
+
+ {!!metaDescription.length && (
+ <>
+
+ {t("form.name.metaDescription")}
+
+ {metaDescription}
+ >
+ )}
+
+
+ {!conceptTypes.includes(contentType ?? "") &&
+ content.id &&
+ content.resultType === "draft" &&
+ userPermissions?.includes(DRAFT_HTML_SCOPE) && (
+
+
+
)}
- {EditMarkup}
-
-
- {content.supportedLanguages.map((lang) => (
-
- ))}
-
-
- {metaDescription !== "" && {t("form.name.metaDescription")}}
- {metaDescription}
-
+
+ {(content.status?.current === PUBLISHED || content.status?.other.includes(PUBLISHED)) && (
+
+
+
+ )}
+
+
+
-
-
-
-