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

Ballot writeup and notes
{{ charter.chartered_group }}

{% csrf_token %} {% bootstrap_form ballot_writeup_form %}
Working group summary, personnel, IAB note, IESG note, IANA note.
Back
{% endblock %}