{% extends "idrfc/doc_tab_document.html" %} {% comment %} Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. Contact: Pasi Eronen Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the Nokia Corporation and/or its subsidiary(-ies) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. {% endcomment %} {% load ietf_filters %} {% block doc_metatable %} Document type:RFC - {{ doc.maturity_level }} {% if doc.stream_name %}({{ doc.stream_name }}){% endif %} {% if doc.obsoleted_by %}
Obsoleted by {{ doc.obsoleted_by|urlize_ietf_docs }}{%endif %} {% if doc.updated_by %}
Updated by {{ doc.updated_by|urlize_ietf_docs }}{%endif %} {% if doc.obsoletes %}
Obsoletes {{ doc.obsoletes|urlize_ietf_docs }}{%endif %} {% if doc.updates %}
Updates {{ doc.updates|urlize_ietf_docs }}{%endif %} {% if doc.also %}
Also Known As {{ doc.also|urlize_ietf_docs }}{%endif %} {% if doc.draft_name %}
Was {{doc.draft_name}}{% endif %} {% if doc.has_errata %}
Errata{% endif %} Published: {{ doc.publication_date|date:"Y-m"|default:"(data missing)" }} {% if doc.in_ietf_process %} * This information refers to IESG processing after the RFC was initially published State: {{ doc.friendly_state|safe }} (IESG: {{ doc.ietf_process.state}}) {% if doc.ietf_process.telechat_date %}
On agenda of {{ doc.ietf_process.telechat_date }} IESG telechat {% if doc.ietf_process.telechat_returning_item %} (returning item){%endif%}{%endif%} Intended status:{% if doc.in_ietf_process %}{{ doc.ietf_process.intended_maturity_level|default:"-" }}{% else %}-{%endif%} Responsible AD:{{ doc.ietf_process.ad_name|default:"-"|escape }} {% if doc.ietf_process.iesg_note %}IESG Note:{{ doc.ietf_process.iesg_note|escape }}{% endif %} {% if user|in_group:"Area_Director,Secretariat" %} Send notices to:{{ doc.ietf_process.state_change_notice_to}} {% endif %}{# if user|in_group:... #} {% endif %} Other versions: {% if info.has_txt or info.has_ps or info.has_pdf %} {% if info.has_txt %} plain text, {% endif %} {% if info.has_ps %} ps, {% endif %} {% if info.has_pdf %} pdf, {% else %} {% if info.has_txt %} pdf, {% endif %} {% endif %} {% if info.has_txt %} html {% endif %} {% else %} (not online) {% endif %} {% endblock doc_metatable %} {% block doc_metalinks %} IPR Disclosures | Dependencies to this RFC {% endblock %} {% block doc_text1 %} {% if info.has_txt %}
{{ content1|safe }}
{% else %} {% if info.has_pdf or info.has_ps %}

This RFC is not available in plain text format.

{% else %}

This RFC is not currently available online.

{% endif %} {% endif %} {% endblock %}{# doc_text1 #} {% block doc_text2 %}
{{ content2|safe }}
{% endblock %}{# doc_text2 #}