diff --git a/index.html b/index.html
index 81ef3cd..d20683c 100644
--- a/index.html
+++ b/index.html
@@ -167,14 +167,24 @@
-
{{ static.bundles[active_bundle].name }}
+
+ {{ static.bundles[active_bundle].name }}
+
+ {{ user_data[active_bundle].length }} / {{ static.bundles[active_bundle].items_required }}
+
+
{{ static.bundles[active_bundle].reward }}
-
{{ static.rooms[static.bundles[active_bundle].room].name }}
+
+ {{ static.rooms[static.bundles[active_bundle].room].name }}
+
+ {{ getRoomItemsChecked(static.bundles[active_bundle].room) }} / {{ getRoomItemsRequired(static.bundles[active_bundle].room) }}
+
+
{{ static.rooms[static.bundles[active_bundle].room].reward }}