diff --git a/Koha/Plugin/No/Libriotech/Overview/items.tt b/Koha/Plugin/No/Libriotech/Overview/items.tt
index 5fa51cb..a757698 100644
--- a/Koha/Plugin/No/Libriotech/Overview/items.tt
+++ b/Koha/Plugin/No/Libriotech/Overview/items.tt
@@ -21,20 +21,70 @@ var randomColorGenerator = function () {
Items
[% BLOCK grouped_list %]
-
- [% FOREACH d IN data %]
- - [% d.count %][% d.name %] ([% d.alt %])
- [% END %]
-
+
+
+
+ [% FOREACH d IN data %]
+ - [% d.count %][% d.name %] ([% d.alt %])
+ [% END %]
+
+
+
+
+
+
[% END %]
Itemtypes
-[% PROCESS grouped_list data=itemtypes %]
+[% PROCESS grouped_list data=itemtypes slug="itemtypes" %]
Homebranch
-[% PROCESS grouped_list data=homebranch %]
+[% PROCESS grouped_list data=homebranch slug="homebranch" %]
Holdingbranch
-[% PROCESS grouped_list data=holdingbranch %]
+[% PROCESS grouped_list data=holdingbranch slug="holdingbranch" %]
+
+
[% INCLUDE 'intranet-bottom.inc' %]