diff --git a/ietf/templates/doc/document_ballot_content.html b/ietf/templates/doc/document_ballot_content.html index 2b895f42d..131066dad 100644 --- a/ietf/templates/doc/document_ballot_content.html +++ b/ietf/templates/doc/document_ballot_content.html @@ -6,7 +6,7 @@

{{ n.name }}

{% for p in positions|dictsort:"ad.last_name" %}
- {% if p.old_ad %}{% endif %} + {% if p.old_ad %}({% endif %} {% if p.comment or p.discuss %} {% endif %} @@ -15,7 +15,7 @@ {% endif %} {% if user|has_role:"Secretariat" %}{% endif %} - {% if p.old_ad %}{% endif %} + {% if p.old_ad %}){% endif %}
{% empty %} (None) @@ -76,9 +76,9 @@ {% for n, positions in position_groups %} {% for p in positions|dictsort:"ad.last_name" %}

- {% if p.old_ad %}{% endif %} + {% if p.old_ad %}({% endif %} {{ p.ad.plain_name }} - {% if p.old_ad %}{% endif %} + {% if p.old_ad %}){% endif %} {% if p.old_positions %} (was {{ p.old_positions|join:", " }})