10 lines
886 B
Plaintext
10 lines
886 B
Plaintext
{% load ietf_filters %}{% with doc.rfc_number as rfc_number %}
|
|
o {{doc.canonical_name}}{% if not rfc_number %}-{{doc.rev}}{% endif %}{% endwith %}{% if doc.stream %} - {{ doc.stream }} stream{% endif %}
|
|
{% filter wordwrap:"68"|indent|indent %}{{ doc.title }} ({{ doc.intended_std_level }}){% endfilter %}
|
|
{% if doc.note %}{# note: note is not escaped #} {% filter wordwrap:"68"|indent|indent %}Note: {{ doc.note|striptags }}{% endfilter %}
|
|
{% endif %} Token: {{ doc.ad }}{% if doc.iana_review_state %}
|
|
IANA Review: {{ doc.iana_review_state }}{% endif %}{% if doc.consensus %}
|
|
Consensus: {{ doc.consensus }}{% endif %}{% if doc.lastcall_expires %}
|
|
Last call expires: {{ doc.lastcall_expires|date:"Y-m-d" }}{% endif %}
|
|
{% with doc.active_defer_event as defer %}{% if defer %} Was deferred by {{defer.by}} on {{defer.time|date:"Y-m-d"}}{% endif %}{% endwith %}
|