diff --git a/app/templates/cotton/ui/percentage_distribution.html b/app/templates/cotton/ui/percentage_distribution.html
index 461efed..93477d2 100644
--- a/app/templates/cotton/ui/percentage_distribution.html
+++ b/app/templates/cotton/ui/percentage_distribution.html
@@ -1,7 +1,7 @@
{% load i18n %}
-
+
-
@@ -28,4 +28,4 @@
title="{% trans 'Current Expenses' %} ({{ percentage.percentages.expense_current|floatformat:2 }}%)">
-
\ No newline at end of file
+
diff --git a/app/templates/yearly_overview/fragments/account_data.html b/app/templates/yearly_overview/fragments/account_data.html
index 34b8698..d4a0f5d 100644
--- a/app/templates/yearly_overview/fragments/account_data.html
+++ b/app/templates/yearly_overview/fragments/account_data.html
@@ -175,7 +175,9 @@
{% endif %}
{% with p=percentages|get_dict_item:account_id %}
-
+
+
+
{% endwith %}
{% empty %}
{% with p=percentages|get_dict_item:currency_id %}
-
+
+
+
{% endwith %}
{% empty %}