diff --git a/templates/workspaces/reports/index.html b/templates/workspaces/reports/index.html
index cbcc7c48..3da4987d 100644
--- a/templates/workspaces/reports/index.html
+++ b/templates/workspaces/reports/index.html
@@ -253,11 +253,11 @@
{% for project_name, project_totals in monthly_totals['projects'].items() %}
-
+
- |
{% for env_name, env_totals in monthly_totals['environments'][project_name].items() %}
-
+
{{ Icon('link') }} {{ env_name }} |
{{ env_totals.get(two_months_ago_index, 0) | dollars }} |
{{ env_totals.get(prev_month_index, 0) | dollars }} |