{% extends "base.html" %} {# Copyright The IETF Trust 2019, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Approve downward references for {{ doc }}{% endblock %} {% block content %} {% origin %}

Approve downward references
The ballot for {{ doc }} was just approved

{% if not downrefs_to_rfc %}

No downward references for {{ doc }}

{% else %}

Add downward references to RFCs to the downref registry, if they were identified in the IETF Last Call and approved by the Sponsoring Area Director.

Last Call text for this document:

    {{ last_call_text }}
    

This document has downward references to the following RFCs.
Which downward references, if any, are to be added to the downref registry?

{% csrf_token %} {% bootstrap_form approve_downrefs_form %} {% buttons %}

Add no downref entries

{% endbuttons %}
{% endif %} {% endblock %}