{% extends "base_workspace.html" %} {% from "components/alert.html" import Alert %} {% from "components/icon.html" import Icon %} {% 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": "/"} ] ) }}

Workspace Total Spend

Budget
$100,000,000
Remaining
$60,000,000
Total spend to date
$40,000,00

Task Order

Task Order Number
1234567890
Expires
November 1, 2019
Remaining
200 days
Manage Task Order
Contracting Officer
Pietro Quirines email@email.com

Total spend per month

Spending scope April 2018 May 2018 June 2018
Workspace Total $58,000 $60,000 $62,000
{% endblock %}