diff --git a/ietf/templates/doc/ballot/approvaltext.html b/ietf/templates/doc/ballot/approvaltext.html
index 920b8231b..69803bab2 100644
--- a/ietf/templates/doc/ballot/approvaltext.html
+++ b/ietf/templates/doc/ballot/approvaltext.html
@@ -9,7 +9,7 @@
{% block content %}
{% origin %}
-
Approval announcement writeup
{{ doc }}
+ Approval announcement writeup
{{ doc }}
{% bootstrap_messages %}
@@ -23,7 +23,6 @@
{% if user|has_role:"Secretariat" and can_announce %}
Approve ballot
{% endif %}
- Back
{% endbuttons %}
diff --git a/ietf/templates/doc/ballot/approve_ballot.html b/ietf/templates/doc/ballot/approve_ballot.html
index a8b2793ae..055f3c0e6 100644
--- a/ietf/templates/doc/ballot/approve_ballot.html
+++ b/ietf/templates/doc/ballot/approve_ballot.html
@@ -8,7 +8,7 @@
{% block content %}
{% origin %}
- Approve ballot
{{ doc }}
+
{% endblock %}
diff --git a/ietf/templates/doc/ballot/ballot_issued.html b/ietf/templates/doc/ballot/ballot_issued.html
index 3837dd77d..b7472cdf2 100644
--- a/ietf/templates/doc/ballot/ballot_issued.html
+++ b/ietf/templates/doc/ballot/ballot_issued.html
@@ -6,7 +6,7 @@
{% block content %}
{% origin %}
- Ballot issued
{{ doc }}
+
Ballot has been sent out.
@@ -16,5 +16,4 @@
The document is not on any telechat agenda.
{% endif %}
- Back
{% endblock %}
diff --git a/ietf/templates/doc/ballot/clear_ballot.html b/ietf/templates/doc/ballot/clear_ballot.html
index b7e470b14..4c677017f 100644
--- a/ietf/templates/doc/ballot/clear_ballot.html
+++ b/ietf/templates/doc/ballot/clear_ballot.html
@@ -6,7 +6,7 @@
{% block content %}
{% origin %}
- Clear ballot
{{ doc }}
+
diff --git a/ietf/templates/doc/ballot/defer_ballot.html b/ietf/templates/doc/ballot/defer_ballot.html
index d03735656..34f58b710 100644
--- a/ietf/templates/doc/ballot/defer_ballot.html
+++ b/ietf/templates/doc/ballot/defer_ballot.html
@@ -8,7 +8,7 @@
{% block content %}
{% origin %}
- Defer ballot
{{ doc }}
+
diff --git a/ietf/templates/doc/ballot/edit_position.html b/ietf/templates/doc/ballot/edit_position.html
index 821b72ef9..2a3fee255 100644
--- a/ietf/templates/doc/ballot/edit_position.html
+++ b/ietf/templates/doc/ballot/edit_position.html
@@ -3,11 +3,11 @@
{% load origin %}
{% load bootstrap3 %}
-{% block title %}Change position for {{ ad.plain_name }} on {{ doc }}{% endblock %}
+{% block title %}Change position for {{ ad.plain_name }}{% endblock %}
{% block content %}
{% origin %}
- Change position for {{ ad.plain_name }}
{{ doc }}
+ Change position for {{ ad.plain_name }} regarding
{{ doc }}
{% bootstrap_messages %}
@@ -44,7 +44,6 @@
{% endif %}
{% endif %}
- Back
{% endbuttons %}
{% endblock %}
diff --git a/ietf/templates/doc/ballot/lastcalltext.html b/ietf/templates/doc/ballot/lastcalltext.html
index debe1da66..ec98c111a 100644
--- a/ietf/templates/doc/ballot/lastcalltext.html
+++ b/ietf/templates/doc/ballot/lastcalltext.html
@@ -9,7 +9,7 @@
{% block content %}
{% origin %}
- Last call text
{{ doc }}
+
{% bootstrap_messages %}
@@ -32,7 +32,6 @@
{% if user|has_role:"Secretariat" and can_make_last_call %}
Issue last call
{% endif %}
- Back
{% endbuttons %}
diff --git a/ietf/templates/doc/ballot/send_ballot_comment.html b/ietf/templates/doc/ballot/send_ballot_comment.html
index 46e4da5ea..d1df4c716 100644
--- a/ietf/templates/doc/ballot/send_ballot_comment.html
+++ b/ietf/templates/doc/ballot/send_ballot_comment.html
@@ -10,7 +10,7 @@
{% block content %}
{% origin %}
- Send ballot position for {{ ad }}
+ Send ballot position for {{ ad }} on {{ doc }}
diff --git a/ietf/templates/doc/ballot/undefer_ballot.html b/ietf/templates/doc/ballot/undefer_ballot.html
index 5077c7a07..6c0efe8c5 100644
--- a/ietf/templates/doc/ballot/undefer_ballot.html
+++ b/ietf/templates/doc/ballot/undefer_ballot.html
@@ -8,7 +8,7 @@
{% block content %}
{% origin %}
- Undefer ballot
{{ doc }}
+
diff --git a/ietf/templates/doc/ballot/writeupnotes.html b/ietf/templates/doc/ballot/writeupnotes.html
index e676e441e..2254c3eb9 100644
--- a/ietf/templates/doc/ballot/writeupnotes.html
+++ b/ietf/templates/doc/ballot/writeupnotes.html
@@ -9,7 +9,7 @@
{% block content %}
{% origin %}
- Ballot writeup and notes
{{ doc }}
+ Ballot writeup and notes
{{ doc }}
{% bootstrap_messages %}
@@ -24,7 +24,6 @@
{% buttons %}
- Back
{% endbuttons %}