{% extends "base.html" %} {# Copyright The IETF Trust 2016, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% block title %}Ballot writeup and notes for {{ doc }}{% endblock %} {% block content %} {% origin %}

Ballot writeup and notes
{{ doc }}

{% csrf_token %} {% bootstrap_form ballot_writeup_form %}
Technical summary, Working Group summary, document quality, personnel, IRTF note, IESG note, IANA note. This text will be appended to all announcements and messages to the IRTF or RFC Editor. {% if ballot_issue_danger %}

This document has not completed IETF Last Call. Please do not issue the ballot early without good reason.

{% endif %}
Back
{% endblock %}