{% comment %} Copyright The IETF Trust 2011, All Rights Reserved {% endcomment %} {% load ietf_filters %}
{% if user|in_group:"Area_Director,Secretariat" %} {% if user|in_group:"Area_Director" %}
Edit position
{% endif %} {% if user|in_group:"Secretariat" %} {% if not info.pos_block %}
Approve ballot
{% endif %} {% endif %} {% endif %}

Blocking
{% with info.pos_block as positions %}{% include "wgcharter/wg_ballot_list.html" %}{% endwith %}

Yes
{% with info.pos_yes as positions %}{% include "wgcharter/wg_ballot_list.html" %}{% endwith %}

No
{% with info.pos_no as positions %}{% include "wgcharter/wg_ballot_list.html" %}{% endwith %}

Abstain
{% with info.pos_abstain as positions %}{% include "wgcharter/wg_ballot_list.html" %}{% endwith %}

No Record
{% for p in info.pos_no_record %} {{p.name}}{% if user|in_group:"Secretariat" %}{% endif %}
{% empty %} none {% endfor %}

Comments

{% for pos in info.positions %} {% if pos.comment or pos.block_comment %}

{{pos.ad|escape}}

{% if pos.block_comment %}

Blocking ({{pos.block_comment_time}})

{{pos.block_comment|fill:"80"|escape }}
{% endif %} {% if pos.comment %}

Comment ({{pos.comment_time}})

{{pos.comment|fill:"80"|escape }}
{% endif %} {% endif %} {% endfor %}