{% extends "wginfo/wg_base.html" %} {% load ietf_filters wgchairs_tags %} {% block title %}Change protocol write-up for {{ doc }}{% endblock %} {% block wg_content %}

Return to shepherd list

Change protocol write-up for {{ doc }}

Draft stateActual protocol write-upLast updated
{% show_state doc %}{{ writeup.writeup|linebreaksbr }}{% if writeup %}{{ writeup.date }} by {{ writeup.person }}{% endif %}

Please, note that the 'Doc Shepherd Follow-up Underway' annotation tag is {% if not followup %}NOT{% endif %} set for {{ doc }}.

{% if can_edit %}
{% if form.message %} {% endif %}
Edit protocol write-up
{{ form.message.value }}
Upload a new protocol write-up

Replace the current write-up with the contents of a plain ascii file:

{% else %}
Edit protocol write-up

You can not edit or upload the protocol write-up for {{ doc }} cause the draft is not on "WG Consensus: Waiting for Write-Up" state.

Please contact with the {{ wg }} Working Group chair.

{% endif %} {% endblock %}