diff --git a/site/src/pages/TemplatesPage/TemplatesPageView.tsx b/site/src/pages/TemplatesPage/TemplatesPageView.tsx index 5c35fd8d3e18d..d2f86f412d24b 100644 --- a/site/src/pages/TemplatesPage/TemplatesPageView.tsx +++ b/site/src/pages/TemplatesPage/TemplatesPageView.tsx @@ -91,7 +91,23 @@ export const TemplatesPageView: FC = (props) => { {props.templates && props.templates.length > 0 && ( - Choose a template to create a new workspace. + + Choose a template to create a new workspace + {props.canCreateTemplate ? ( + <> + , or{" "} + + manage templates + {" "} + from the CLI. + + ) : ( + "." + )} + )}