diff --git a/public/app/js/templates/balance.tpl.html b/public/app/js/templates/balance.tpl.html
index cee457be..db9ffcfb 100644
--- a/public/app/js/templates/balance.tpl.html
+++ b/public/app/js/templates/balance.tpl.html
@@ -21,81 +21,85 @@
-
-
-
-
- Account |
- Spent |
- Budgeted |
- Percentage |
- Progress |
-
-
-
-
-
- {{account.account}}
- |
-
- {{account.amount | number:2}}{{account.currency}}
- |
-
- {{account.budget | number:2}}{{account.currency}}
-
- {{balance.buckets[1].raw_total - total_budget | number:2}}{{account.currency}}
-
- |
-
- {{account.percentage | number:2}}%
-
- {{( account.amount / ( balance.buckets[1].raw_total - total_budget ) ) * 100 | number:2}}%
-
- |
-
-
-
-
- |
-
-
-
-
-
-
- Account |
- Can be saved |
- Total income |
- Percentage |
- Progress |
-
-
-
-
-
- Potential savings
- |
-
- {{balance.buckets[1].raw_total - total_budget - total_unbudgeted | number:2}}{{budget[0].currency}}
- |
-
- {{balance.buckets[1].raw_total | number:2}}{{budget[0].currency}}
- |
-
- {{( ( balance.buckets[1].raw_total - total_budget - total_unbudgeted ) / balance.buckets[1].raw_total ) * 100 | number:2}}%
- |
-
-
- |
-
-
-
+
+
+
+
+
+ Account |
+ Spent |
+ Budgeted |
+ Percentage |
+ Progress |
+
+
+
+
+
+ {{account.account}}
+ |
+
+ {{account.amount | number:2}}{{account.currency}}
+ |
+
+ {{account.budget | number:2}}{{account.currency}}
+
+ {{balance.buckets[1].raw_total - total_budget | number:2}}{{account.currency}}
+
+ |
+
+ {{account.percentage | number:2}}%
+
+ {{( account.amount / ( balance.buckets[1].raw_total - total_budget ) ) * 100 | number:2}}%
+
+ |
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+ Account |
+ Savable |
+ Income |
+ Percentage |
+ Progress |
+
+
+
+
+
+ Potential savings
+ |
+
+ {{balance.buckets[1].raw_total - total_budget - total_unbudgeted | number:2}}{{budget[0].currency}}
+ |
+
+ {{balance.buckets[1].raw_total | number:2}}{{budget[0].currency}}
+ |
+
+ {{( ( balance.buckets[1].raw_total - total_budget - total_unbudgeted ) / balance.buckets[1].raw_total ) * 100 | number:2}}%
+ |
+
+
+ |
+
+
+
+