diff --git a/data/interfaces/default/home_stats.html b/data/interfaces/default/home_stats.html
index c943232d..cbe65541 100644
--- a/data/interfaces/default/home_stats.html
+++ b/data/interfaces/default/home_stats.html
@@ -39,11 +39,11 @@ platform_type Returns the platform name for the associated stat.
DOCUMENTATION :: END
%doc>
-% if data != None:
-% if data[0]['rows']:
+% if data:
+% if data[0]['rows'] or data[2]['rows']:
% for a in data:
- % if a['stat_id'] == 'top_tv':
+ % if a['stat_id'] == 'top_tv' and a['rows']:
-
@@ -68,7 +68,7 @@ DOCUMENTATION :: END
- % elif a['stat_id'] == 'popular_tv':
+ % elif a['stat_id'] == 'popular_tv' and a['rows']:
-
@@ -93,7 +93,7 @@ DOCUMENTATION :: END
- % elif a['stat_id'] == 'top_users':
+ % elif a['stat_id'] == 'top_users' and a['rows']:
-
@@ -129,7 +129,7 @@ DOCUMENTATION :: END
- % elif a['stat_id'] == 'top_platforms':
+ % elif a['stat_id'] == 'top_platforms' and a['rows']: