diff --git a/ietf/templates/stats/review_stats.html b/ietf/templates/stats/review_stats.html
index 5f973166a..1b992536c 100644
--- a/ietf/templates/stats/review_stats.html
+++ b/ietf/templates/stats/review_stats.html
@@ -5,6 +5,7 @@
{% load ietf_filters staticfiles bootstrap3 %}
{% block pagehead %}
+
{% endblock %}
@@ -109,7 +110,7 @@
Completion status and completion time
-
+
{% if level == "team" %}
@@ -148,7 +149,7 @@
Results of completed reviews
-
+
{% if level == "team" %}
@@ -177,7 +178,7 @@
Specific request states
-
+
{% if level == "team" %}
@@ -251,6 +252,7 @@
{% endblock %}
{% block js %}
+
{% if stats_type == "time" %}
| | |