+
+ setSelectedSidebarItem(label)} // TODO: setSelecteSidebarItem
+ initiallySelected="owned"
+ />
+
+
+
+ {!matchingEntities && loading &&
}
+ {matchingEntities && !matchingEntities.length && (
+
+ Shoot! Looks like you don't have any templates. Check out the
+ documentation{' '}
+
+ here!
+
+
+ )}
+ {error && (
+
+ Oops! Something went wrong loading the templates:{' '}
+ {error.message}
+
+ )}
+
+ {matchingEntities &&
+ matchingEntities?.length > 0 &&
+ matchingEntities.map(template => {
+ return (
+
+
+
+ );
+ })}
+
+
+