- {loading &&
}
-
- {error && (
-
- {error.message}
-
- )}
-
- {!error &&
- !loading &&
- matchingEntities &&
- !matchingEntities.length && (
-
- No templates found that match your filter. Learn more about{' '}
-
- adding templates
-
- .
-
- )}
-
-
- {matchingEntities &&
- matchingEntities?.length > 0 &&
- matchingEntities.map((template, i) => (
-
- ))}
-
+