diff --git a/ietf/templates/nomcom/private_index.html b/ietf/templates/nomcom/private_index.html
index 4d9fd0add..195d027c0 100644
--- a/ietf/templates/nomcom/private_index.html
+++ b/ietf/templates/nomcom/private_index.html
@@ -25,7 +25,7 @@
{% if stats %}
-
+
{% for item in stats %}
{{ item.position__name }} |
@@ -43,7 +43,7 @@
{% endfor %}
{% endif %}
-
+
Totals |
{{ totals.open }} |
diff --git a/ietf/templates/stats/review_stats.html b/ietf/templates/stats/review_stats.html
index 8cf43a9f2..0dbbcd835 100644
--- a/ietf/templates/stats/review_stats.html
+++ b/ietf/templates/stats/review_stats.html
@@ -175,10 +175,10 @@
{% for row in data %}
- {% if forloop.first %}{% endif %}
- {% if forloop.last %}{% endif %}
+ {% if forloop.first %}{% endif %}
+ {% if forloop.last %}{% endif %}
- {{ row.obj }} |
+ {% if forloop.last %}{% else %} | {% endif %}{{ row.obj }}{% if forloop.last %}{% else %} | {% endif %}
{{ row.open_in_time }} |
{{ row.open_late }} |
{{ row.completed_in_time }} |
@@ -219,12 +219,10 @@
{% for row in data %}
- {% if forloop.first %}{% endif %}
- {% if forloop.last %}{% endif %}
+ {% if forloop.first %}{% endif %}
+ {% if forloop.last %}{% endif %}
-
- {{ row.obj }}
- |
+ {% if forloop.last %}{% else %} | {% endif %}{{ row.obj }}{% if forloop.last %}{% else %} | {% endif %}
{% for c in row.result_list %}
{{ c }}
@@ -256,12 +254,10 @@
|
{% for row in data %}
- {% if forloop.first %}{% endif %}
- {% if forloop.last %}{% endif %}
+ {% if forloop.first %}{% endif %}
+ {% if forloop.last %}{% endif %}
-
- {{ row.obj }}
- |
+ {% if forloop.last %}{% else %} | {% endif %}{{ row.obj }}{% if forloop.last %}{% else %} | {% endif %}
{% for c in row.state_list %}
{{ c }}
|