diff --git a/core/templates/index.html b/core/templates/index.html
index f4ef319..04814d2 100644
--- a/core/templates/index.html
+++ b/core/templates/index.html
@@ -10,61 +10,116 @@
Twitch Drops
- Twitch Drops
+ Twitch Drops
+
{% for organization, org_data in orgs_data.items %}
-
{% for game, game_data in org_data.games.items %}
- -
+
-
{% for drop_benefit in game_data.drop_benefits %}
-
- -
-
-
- -
-
-
- {% if drop_benefit.entitlement_limit > 1 %}
- - Entitlement Limit
- -
- {{ drop_benefit.entitlement_limit|default:"N/A" }}
-
- {% endif %}
- {% if drop_benefit.is_ios_available %}
- - iOS Available
- -
- {{ drop_benefit.is_ios_available|yesno:"Yes,No" }}
-
- {% endif %}
-
+ -
+
+ {{ drop_benefit.name }}
+
{% endfor %}