{% extends "base.html" %} {% block title %}Ballot writeups for {{ doc }}{% endblock %} {% block morecss %} form #id_last_call_text { width: 700px; height: 300px; } form #id_ballot_writeup { width: 700px; height: 300px; } form #id_approval_text { width: 700px; height: 300px; } {% endblock %} {% block content %}

Ballot writeups for {{ doc }}

Last Call Announcement Text

{{ last_call_form.last_call_text }}

{{ last_call_form.last_call_text.errors }}

{% if can_request_last_call and need_intended_status %}

You need to select intended status of {{ need_intended_status }} and regenerate last call text to request last call.

{% endif %}
Back {% if can_request_last_call and not need_intended_status %} {% endif %}

Ballot Writeup and Notes

(Technical Summary, Working Group Summary, Document Quality, Personnel, RFC Editor Note, IRTF Note, IESG Note, IANA Note)

This text will be appended to all announcements and messages to the IRTF or RFC Editor.

{{ ballot_writeup_form.ballot_writeup }}
Back

Ballot Approval Announcement Text

Sent after approval.

{{ approval_text_form.approval_text }}
Back
{% load ietf_filters %} {% if user|in_group:"Secretariat" %}

{% if can_make_last_call %} Make Last Call {% endif %} {% if can_announce %} Approve ballot {% endif %}

{% endif %} {% endblock%}