diff --git a/ietf/templates/doc/document_ballot_content.html b/ietf/templates/doc/document_ballot_content.html index 481c02e08..23c7c09e2 100644 --- a/ietf/templates/doc/document_ballot_content.html +++ b/ietf/templates/doc/document_ballot_content.html @@ -11,17 +11,7 @@
{% for p in positions %}
+
({{ p.balloter.plain_name }}; former steering group member) {% if p.old_positions %}(was {{ p.old_positions|join:", " }}){% endif %} @@ -193,13 +177,10 @@
{{ p.pos.name }}
{% if p.pos.blocking and p.discuss %}
- [Treat as non-blocking comment] ({{ p.discuss_time|date:"Y-m-d" }}
- {% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %}
- )
+ [Treat as non-blocking comment]
+ ({{ p.discuss_time|date:"Y-m-d " }}{% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %})
{% else %}
- ({{ p.comment_time|date:"Y-m-d" }}
- {% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %}
- )
+ ({{ p.comment_time|date:"Y-m-d " }}{% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %})
{% endif %}
{% if p.send_email %}
{% else %}
-
- No email
-
+
{% endif %}
- send info -
+
{{ is_eligible }}
{% endwith %} @@ -95,7 +95,7 @@