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 ietf_streams %}
{% block doc_metatable %}
{{ doc.draft_status }} {% ifnotequal doc.draft_status "RFC" %}Internet-Draft ({{ doc.submission|safe }}){% endifnotequal %}
{% ifequal doc.draft_status "Expired" %}
{% if doc.resurrect_requested_by %}(resurrect requested by {{ doc.resurrect_requested_by }}){% endif %}
{% endifequal %} |
Document Stream: |
{% with user|in_group:"Area_Director,Secretariat" as add_link %}
{% if add_link %}{% endif %}
{% if stream_info.stream %}{{ stream_info.stream.name|default:"No stream defined" }}{% else %}No stream defined{% endif %}
{% if add_link %}{% endif %}
{% endwith %}
|
Last updated: | {{ doc.publication_date|default:"(data missing)" }} |
{% with doc.replaces as r %}{% if r %}Replaces: | {% filter urlize_ietf_docs %}{{ r|join:", "}}{% endfilter %} |
{% endif %}{% endwith %}
{% with info.conflict_reviews as r %}{% if r %}IETF Conflict Review: | {% filter urlize_ietf_docs %}{{ r|join:","}}{% endfilter %} |
{% endif %} {% endwith %}
Intended RFC status: |
{% with user|in_group:"Area_Director,Secretariat" as add_link %}
{% if add_link %}{% endif %}
{{ doc.underlying_document.intended_std_level|default:"-" }}
{% if add_link %}{% endif %}
{% endwith %}
|
{% ifequal doc.draft_status "Active" %}
Other versions: |
plain text,
{% for ext in doc.file_types %}
{% ifnotequal ext ".txt" %}
{{ext|cut:"."}},
{% endifnotequal %}
{% endfor %}
{% if not info.has_pdf %}
pdf,
{% endif %}
html
|
{% endifequal %}
|
{% if stream_info.state %}
{% ifequal stream_info.stream.name "IETF" %}
IETF State: |
{{ stream_info.state.name }} ({{ stream_info.streamed.get_group }})
{% if stream_info.tags %} {% for tag in stream_info.tags %}{{ tag.name }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}
|
{% else %}
{% if stream_info.stream %}
{{ stream_info.stream.name }} status: |
{{ stream_info.state.name }} {% if stream_info.streamed.get_group %}({{ stream_info.streamed.get_group }}) {% endif %}
{% if stream_info.tags %} {% for tag in stream_info.tags %}{{ tag.name }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}
|
{% endif %}
{% endifequal %}
{% endif %}
Document shepherd: | {{ stream_info.shepherd|default:"" }} |
|
IESG State>: |
{% if doc.in_ietf_process and user|in_group:"Area_Director,Secretariat" %}
{{ doc.friendly_state|safe }}
{% else %}
{{ doc.friendly_state|safe }}
{% endif %}
{% if doc.rfc_editor_state %} RFC Editor State: {{ doc.rfc_editor_state|escape }}{% endif %}
{% ifequal doc.draft_status "Expired" %}
{% if doc.resurrect_requested_by %}(resurrect requested by {{ doc.resurrect_requested_by }}){% endif %}
{% endifequal %}
{% with user|in_group:"Area_Director,Secretariat" as add_link %}
{% if add_link %}{% endif %}
{% if doc.underlying_document.telechat_date %} On agenda of {{ doc.underlying_document.telechat_date }} IESG telechat {% if doc.underlying_document.returning_item %} (returning item){% endif %}{% else %}{%if add_link %} Not on an upcoming telechat agenda{% endif %}{% endif %}
{% if add_link %}{% endif %}
{% if doc.ietf_process.has_active_iesg_ballot %} ({{ doc.ietf_process.iesg_ballot_needed }}){%endif%}
{% endwith %}
|
{# Submission: | {{ doc.submission|safe }} |
#}
Responsible AD: |
{% with user|in_group:"Area_Director,Secretariat" as add_link %}
{% if add_link %}{% endif %}
{% if doc.in_ietf_process %}{{ doc.ietf_process.ad_name|default:"-"|escape }}{%else%}-{%endif%}
{% if add_link %}{% endif %}
{% endwith %}
|
{% if doc.in_ietf_process and doc.ietf_process.iesg_note %}
IESG Note: |
{% with user|in_group:"Area_Director,Secretariat" as add_link %}
{% if add_link %}{% endif %}
{{ doc.ietf_process.iesg_note|format_textarea|safe }}
{% if add_link %}{% endif %}
{% endwith %}
|
{% endif %}
Send notices to: |
{% with user|in_group:"Area_Director,Secretariat" as add_link %}
{% if add_link %}{% endif %}
{{ doc.underlying_document.notify|default:"No addresses provided"}}
{% if add_link %}{% endif %}
{% endwith %}
|
|
{% endblock doc_metatable %}
{% block doc_metalinks %}
{% edit_actions doc %}
{% if user|in_group:"Area_Director,Secretariat" %}
{% endif %}
{% endblock %}
{% block doc_text1 %}
{% ifequal doc.draft_status "Active" %}
{{ content1|safe }}
{% else %}
This Internet-Draft is no longer active. Unofficial copies of old Internet-Drafts can be found here:
http://tools.ietf.org/id/{{doc.draft_name}}.
Abstract:
{{ doc.abstract|escape }}
Authors:
{% for author in doc.authors.all %}
{% if author.email %}
{{ author.person }} <{{author.email}}>
{% else %}
{% if author.person %}
{{ author.person }}
{% else %}
Missing author info #{{ author.person_id }}
{% endif %}
{% endif %}
{% endfor %}
(Note: The e-mail addresses provided for the authors of this Internet-Draft may no longer be valid)
{% endifequal %}
{% endblock %}{# doc_text1 #}
{% block doc_text2 %}
{% ifequal doc.draft_status "Active" %}
{{ content2|safe }}
{% endifequal %}
{% endblock %} {# doc_text2 #}