{% extends "base_workspace.html" %} {% from "components/alert.html" import Alert %} {% block workspace_content %} {{ Alert("Funding Information & Reports for Workspace " + workspace.name, message="
On this screen you'll find detailed reporting information on this workspace. This message needs to be written better and be dismissable.
", actions=[ {"label": "Learn More", "href": "/", "icon": "info"}, {"label": "Dismiss", "href": "/"} ] ) }}