{% load ietf_filters %}
{% if editable and user|has_role:"Area Director,Secretariat" %}
{% if user|has_role:"Area Director" %} {% endif %} {% if doc.type_id == "draft" or doc.type_id == "conflrev" %}
{% 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 %}
Available ballots: {% for b in all_ballots %} {{ b.ballot_type.name }} ({{ b.rev }}) {% endfor %}
{% endif %}

{{ ballot.ballot_type.question }}

{% if not ballot_open %}

Note: This ballot was opened for revision {{ ballot.rev }} and is now closed.

{% endif %}

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 %}