From c6397c34ec48b0e855ba13cf3267751873f51064 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 22 Aug 2018 11:17:13 -0400 Subject: [PATCH] spend table markup --- templates/workspace_reports.html | 106 +++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) diff --git a/templates/workspace_reports.html b/templates/workspace_reports.html index 3f15244d..d32cbec4 100644 --- a/templates/workspace_reports.html +++ b/templates/workspace_reports.html @@ -1,6 +1,7 @@ {% extends "base_workspace.html" %} {% from "components/alert.html" import Alert %} +{% from "components/icon.html" import Icon %} {% block workspace_content %} @@ -85,4 +86,109 @@ +
+
+

Total spend per month

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