{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static ietf_filters %} {% block pagehead %} {% endblock %} {% block title %} References from {{doc.canonical_name}} {% endblock %} {% block content %} {% origin %}

References from {{doc.canonical_name}}

These dependencies are extracted using heuristics looking for strings with particular prefixes. Notably, this means that references to I-Ds by title only are not reflected here. If it's really important, please inspect the documents' references sections directly.

Reference type help

{% for ref in refs %} {% with ref.target.name as name %} {% endwith %} {% endfor %}
Document Title Status Type Downref
{{ name|prettystdname }} {{ref.target.document.title}}
References Referenced by
{% ifequal ref.target.document.get_state.slug 'rfc' %} {% with ref.target.document.std_level as lvl %}{% if lvl %}{{lvl}}{% endif %}{%endwith%} {% else %} {% with ref.target.document.intended_std_level as lvl %}{% if lvl %}{{lvl}}{% endif %}{%endwith%} {% endifequal %} {{ref.relationship.name}} {{ref.is_downref|default:''}}
{% endblock %} {% block js %} {% endblock %}