{% 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" %}
{% endif %}
{% if user|in_group:"Secretariat" %}
{% if not info.pos_block %}
{% endif %}
{% endif %}
{% endif %}
Blocking Yes No Abstain No Record |
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 %} |