diff --git a/ietf/templates/iesg/moderator_conflict_doc.html b/ietf/templates/iesg/moderator_conflict_doc.html
index 924f34756..7626d1654 100644
--- a/ietf/templates/iesg/moderator_conflict_doc.html
+++ b/ietf/templates/iesg/moderator_conflict_doc.html
@@ -63,7 +63,7 @@ Some parts Copyright (c) 2009 The IETF Trust, all rights reserved.
{% with doc.active_ballot as ballot %}
{% if ballot %}
- Yes No-Objection Discuss Abstain Recuse
+ Yes No-Objection Discuss Abstain Recuse
{% for pos in ballot.all_positions %}{% if pos.old_ad %}{{pos.ad.plain_name|bracket|ljust:"22"}}{%else%}{{pos.ad.plain_name|ljust:"22"}}{%endif%} {{pos|bracketpos:"yes"}} {{pos|bracketpos:"noobj"}} {{pos|bracketpos:"discuss"}} {{pos|bracketpos:"abstain"}} {{pos|bracketpos:"recuse"}}
{% endfor %}
diff --git a/ietf/templates/iesg/moderator_doc.html b/ietf/templates/iesg/moderator_doc.html
index 3115561c4..a4c542ffd 100644
--- a/ietf/templates/iesg/moderator_doc.html
+++ b/ietf/templates/iesg/moderator_doc.html
@@ -53,11 +53,11 @@ Parts Copyright (c) 2009 The IETF Trust, all rights reserved.
{% with doc.active_ballot as ballot %}
{% if ballot %}
-
- Yes No-Objection Discuss Abstain Recuse
+
{% if num|startswith:"2." %}
+ Yes No-Objection Discuss Abstain Recuse
{% for pos in ballot.all_positions %}{% if pos.old_ad %}{{pos.ad.plain_name|bracket|ljust:"22"}}{%else%}{{pos.ad.plain_name|ljust:"22"}}{%endif%} {{pos|bracketpos:"yes"}} {{pos|bracketpos:"noobj"}} {{pos|bracketpos:"discuss"}} {{pos|bracketpos:"abstain"}} {{pos|bracketpos:"recuse"}}
{% endfor %}
-
+
____ open positions