{% extends "telechat/base_telechat.html" %} {% load ietf_filters %} {% block breadcrumbs %}{{ block.super }} » {{ date }} {% endblock %} {% block subsection %}
{% if document %} {% if not nav_start %}« Previous{% endif %} {% if not nav_end %}Next »{% endif %}

{% for line in header %} {{ line }}
{% endfor %}


{{ document.name }}-{{ document.rev }} ({{ document.intended_std_level }})

{% if conflictdoc %}References: {{ conflictdoc }}
{% endif %} Ballot Writeup
Token: {{ document.ad.name }}
{% if document.type_id == "draft" %} Consensus: {{ document|consensus }}
Has downref: {% if downrefs %}Yes{% else %}No{% endif %}
{% endif %} Number of Open Positions: {{ open_positions }}

{% csrf_token %} {{ formset.management_form }} {% for position in document.active_ballot.ballot_type.positions.all %} {% endfor %} {% for form in formset.forms %} {% with form.position as field %} {% for choice in field.field.choices %} {% endfor %} {% endwith %} {% endfor %}
Area Director{{ position.name }}
{{ form.initial.name }}{{ form.name }}{{ form.id }}


{% csrf_token %} {{ state_form.as_table }}


{% if document.type_id == "charter" %} {% include "telechat/group.html" %}


{% endif %}

Ballot Writeup

{{ writeup }}
    
{% if downrefs %}

Downward References

{% for ref in downrefs %}

Add {{ref.target.document.canonical_name}} ({{ref.target.document.std_level}} - {{ref.target.document.stream.desc}}) to downref registry.
{% if not ref.target.document.std_level %} +++ Warning: The standards level has not been set yet!!!
{% endif %} {% if not ref.target.document.stream %} +++ Warning: document stream has not been set yet!!!
{% endif %} {% endfor %}

{% endif %} {% else %}

No Documents on the Agenda

{% endif %}
{% endblock %}