{# bs5ok #} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% origin %} {% load ietf_filters %} {% load textfilters %}
{% for n, positions in position_groups %}
{{ n.name }}
{% for p in positions %}
{% if p.is_old_pos %} ( {% endif %} {% if p.comment or p.discuss %}{% endif %} {{ p.balloter.plain_name }} {% if p.comment or p.discuss %}{% endif %} {% if p.is_old_pos %} ) {% endif %}
{% empty %} (None) {% endfor %}
{% endfor %}
{% if all_ballots and all_ballots|length > 1 %} {% endif %} {% if doc.type_id == "draft" or doc.type_id == "conflrev" or doc.type_id == "statchg" %} {% if deferred %}

Ballot deferred by {{ deferred.by }} on {{ deferred.time|date:"Y-m-d" }}.

{% endif %} {% endif %} {% if not ballot_open %}

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

{% else %}

Summary: {{ summary }}

{% endif %} {% if ballot.ballot_type.question %}

Ballot question: "{{ ballot.ballot_type.question }}"

{% endif %} {% if editable and user|has_role:"Area Director,Secretariat,IRSG Member" %} Search Mailarchive {% if user|can_ballot:doc %} Edit position {% endif %} {% if doc.type_id == "draft" or doc.type_id == "conflrev" or doc.type_id == "statchg" %} {% if deferred %} Undefer ballot {% else %} {% if doc.telechat_date %} Defer ballot {% endif %} {% endif %} {% if user|has_role:"Area Director,Secretariat" and ballot.ballot_type.slug != "irsg-approve" %} Clear ballot {% endif %} {% endif %} {% endif %} {% for n, positions in position_groups %} {% for p in positions %} {% if not p.is_old_pos %}
{{ p.balloter.plain_name }} {% if p.old_positions %}(was {{ p.old_positions|join:", " }}){% endif %} {{ p.pos }} {% if user|has_role:"Secretariat" %} Edit {% endif %}
{% if p.pos.blocking and p.discuss %}
{{ p.pos.name }} ({{ p.discuss_time|date:"Y-m-d" }} {% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %} ) {% if p.send_email %} {% elif p.any_email_sent == True %} {% elif p.any_email_sent == False %} {% else %} {% endif %}
{{ p.discuss|linkify|urlize_ietf_docs }}
{% endif %} {% if p.comment %}
Comment ({{ p.comment_time|date:"Y-m-d" }} {% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %} ) {% if p.send_email %} {% elif p.any_email_sent == True %} {% elif p.any_email_sent == False %} {% else %} {% endif %}
{{ p.comment|linkify|urlize_ietf_docs }}
{% endif %} {% endif %} {% endfor %} {% endfor %} {% for n, positions in position_groups %} {% for p in positions %} {% if p.is_old_pos %}
({{ p.balloter.plain_name }}; former steering group member) {% if p.old_positions %}(was {{ p.old_positions|join:", " }}){% endif %} {{ p.pos }} {% if user|has_role:"Secretariat" %} Edit {% endif %}
{{ 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 %} ) {% else %} ({{ p.comment_time|date:"Y-m-d" }} {% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %} ) {% endif %} {% if p.send_email %} {% elif p.any_email_sent == True %} {% elif p.any_email_sent == False %} {% else %}
No email
send info
{% endif %}
{% if p.pos.blocking and p.discuss %}
{{ p.discuss|linkify|urlize_ietf_docs }}
{% else %}
{{ p.comment|linkify|urlize_ietf_docs }}
{% endif %}
{% endif %} {% endfor %} {% endfor %}