{% extends "base.html" %} {%- block head_title %} {{ rfc.docID() }} :: RFCartography {% endblock head_title %} {%- block main %}

{{ rfc.docID() }}

Title
{{ rfc.title }}
{% for ref in rfc.is_also %} {% if loop.first %}
a.k.a.
{% endif %} {{ ref.docID() }} {% if not loop.last %}, {% else %}
{% endif %} {% endfor %}
Authors
{% for author in rfc.authors %} {{ author.title }} {{ author.name }} {% if not author.organization == "" %}({{ author.organization }}){% endif %}{% if not loop.last %}
{% endif %} {% endfor %}
{% if date != "" %}
Publication Date
{{ date }}
{% endif %}
Available as
{% for format in rfc.format %} {{ format.name }}{% if not loop.last %}, {% endif %} {% endfor %}
{% if rfc.page_count is not none %}
Pages
{{ rfc.page_count }}
{% endif %} {% for kw in rfc.keywords %} {% if loop.first %}
Keywords
{% endif %} {{ kw }}{% if not loop.last %}, {% endif %} {% if loop.last %}
{% endif %} {% endfor %} {% for p in rfc.abstract %} {% if loop.first %}
Abstract
{% endif %}

{{ p }}

{% if loop.last %}
{% endif %} {% endfor %} {% if rfc.draft != "" %}
Draft
{{ rfc.draft }}
{% endif %} {% if rfc.notes != "" %}
Notes
{{ rfc.notes }}
{% endif %} {% for ref in rfc.obsoletes %} {% if loop.first %}
Obsoletes
{% endif %} {{ ref.docID() }} {% if not loop.last %}, {% else %}
{% endif %} {% endfor %} {% for ref in rfc.obsoleted_by %} {% if loop.first %}
Obsoleted by
{% endif %} {{ ref.docID() }} {% if not loop.last %}, {% else %}
{% endif %} {% endfor %} {% for ref in rfc.updates %} {% if loop.first %}
Updates
{% endif %} {{ ref.docID() }} {% if not loop.last %}, {% else %}
{% endif %} {% endfor %} {% for ref in rfc.updated_by %} {% if loop.first %}
Updated by
{% endif %} {{ ref.docID() }} {% if not loop.last %}, {% else %}
{% endif %} {% endfor %} {% for ref in rfc.see_also %} {% if loop.first %}
See also
{% endif %} {{ ref.docID() }} {% if not loop.last %}, {% else %}
{% endif %} {% endfor %}
Status
{{ rfc.current_status.name }} {% if rfc.current_status != rfc.pub_status %}(originally published as {{ rfc.pub_status.name }}){% endif %}
{% if rfc.stream is not none %}
Stream
{{ rfc.stream.name }}
{% endif %} {% if rfc.area != "" %}
Area
{{ rfc.area }}
{% endif %} {% if rfc.wg_acronym != "" %}
Working Group
{{ rfc.wg_acronym }}
{% endif %} {% if rfc.doi != "" %}
DOI
{{ rfc.doi }}
{% endif %}

RFC-Editor {% if rfc.errata_url != "" %} | Errata {% endif %} {% endblock main %}