{% extends "base.html" %} {# Copyright The IETF Trust 2017, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% load ietf_filters static %} {% block pagehead %} {% endblock %} {% block title %}{{ title }}{% endblock %} {% block content %} {% origin %}

{{ title }}

{% if add_button %} {% buttons %}

Add downref

{% endbuttons %} {% endif %} {% for target_doc, source_doc in doc_pairs %} {% endfor %}
Referenced RFC Internet-Draft making the reference
RFC {{ target_doc.rfc_number }}
{{ target_doc.title }}
{{ source_doc.name }}
{{ source_doc.title }}
{% endblock %} {% block js %} {% endblock %}