diff --git a/resources/views/reports/partials/budget-period.twig b/resources/views/reports/partials/budget-period.twig
index e5586d17b0..f70e5c9c71 100644
--- a/resources/views/reports/partials/budget-period.twig
+++ b/resources/views/reports/partials/budget-period.twig
@@ -12,7 +12,11 @@
{% for id, info in report %}
-
+ {% if id != 0 %}
+
+ {% else %}
+
+ {% endif %}
|
{{ info.name }}
diff --git a/resources/views/reports/partials/category-period.twig b/resources/views/reports/partials/category-period.twig
index 8228327b64..2a9a6555ab 100644
--- a/resources/views/reports/partials/category-period.twig
+++ b/resources/views/reports/partials/category-period.twig
@@ -12,7 +12,11 @@
{% for id, info in report %}
|
+ {% if id != 0 %}
+ {% else %}
+
+ {% endif %}
|
{{ info.name }}
|