diff --git a/templates/workspaces/reports/index.html b/templates/workspaces/reports/index.html index d31a9ea3..6490f5bb 100644 --- a/templates/workspaces/reports/index.html +++ b/templates/workspaces/reports/index.html @@ -225,14 +225,22 @@
-

Total spend per month

+

Total spend per month

- + +
@@ -253,9 +261,63 @@ - {% for project_name, project_totals in monthly_totals['projects'].items() %} - - - {% endfor %} -
Spending scope {{ two_months_ago.strftime('%B %Y') }}
+ {% endfor %} #} + +
{% endblock %}