{% load ietf_filters %}
{% if editable and user|has_role:"Area Director,Secretariat" %}
{% if user|has_role:"Area Director" %} {% endif %} {% if doc.type_id == "draft" %}
{% if deferred %} Undefer ballot
Ballot deferred by {{ deferred.by }} on {{ deferred.time|date:"Y-m-d" }}.
{% else %} Defer ballot {% endif %}
{% endif %}
{% endif %} {% for n, positions in position_groups %}
{{ n.name }}
{% for p in positions %}
{% if p.old_ad %}[{% endif %}{{ p.ad.plain_name }}{% if p.old_ad %}]{% endif %}{% if p.comment_text or p.discuss_text %} *{% endif %}
{% if p.old_positions %}
(was {{ p.old_positions|join:", " }})
{% endif %} {% empty %} none {% endfor %}
{% endfor %}
{% if all_ballots and all_ballots|length > 1 %}
Other ballots: {% for b in all_ballots %} {{ b.ballot_type.name }} ({{ b.time|date:"Y-m-d" }}) {% endfor %}
{% endif %}

{{ ballot.ballot_type.question }}

Summary: {{ summary }}

{% for p in text_positions %}

{% if p.old_ad %}[{% endif %}{{ p.ad.plain_name }}{% if p.old_ad %}]{% endif %}

{% if p.discuss %}

{{ p.pos.name }} ({{ p.discuss_time|date:"Y-m-d" }})

{{ p.discuss|wrap_text:80|escape }}
{% endif %} {% if p.comment %}

Comment ({{ p.comment_time|date:"Y-m-d" }})

{{ p.comment|wrap_text:80|escape }}
{% endif %} {% endfor %}