|
| 1 | +{% comment %} |
| 2 | +Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
| 3 | +All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com> |
| 4 | + |
| 5 | +Redistribution and use in source and binary forms, with or without |
| 6 | +modification, are permitted provided that the following conditions |
| 7 | +are met: |
| 8 | + |
| 9 | + * Redistributions of source code must retain the above copyright |
| 10 | + notice, this list of conditions and the following disclaimer. |
| 11 | + |
| 12 | + * Redistributions in binary form must reproduce the above |
| 13 | + copyright notice, this list of conditions and the following |
| 14 | + disclaimer in the documentation and/or other materials provided |
| 15 | + with the distribution. |
| 16 | + |
| 17 | + * Neither the name of the Nokia Corporation and/or its |
| 18 | + subsidiary(-ies) nor the names of its contributors may be used |
| 19 | + to endorse or promote products derived from this software |
| 20 | + without specific prior written permission. |
| 21 | + |
| 22 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 23 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 24 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 25 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 26 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 27 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 28 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 29 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 30 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 31 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 32 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 33 | +{% endcomment %} |
| 34 | +{% load ietf_filters %}{% load ballot_icon %} |
| 35 | +<td class="status"> |
| 36 | +{{ doc.friendly_state|safe }} {% if not doc.rfc %}{{ doc.id|state_age_colored|safe }}{% endif %} |
| 37 | +{% block extra_status %}{% endblock %} |
| 38 | +{% if doc.rfc %} |
| 39 | +{% if doc.rfc.obsoleted_by %}<br />Obsoleted by {{ doc.rfc.obsoleted_by|urlize_ietf_docs }}{%endif %} |
| 40 | +{% if doc.rfc.updated_by %}<br />Updated by {{ doc.rfc.updated_by|urlize_ietf_docs }}{%endif %} |
| 41 | +{% if doc.rfc.has_errata %}<br /><a href="http://www.rfc-editor.org/errata_search.php?rfc={{doc.rfc.rfc_number}}" rel="nofollow">Errata</a>{% endif %} |
| 42 | +{% else %}{# not rfc #} |
| 43 | +{% if doc.id.rfc_editor_state %}<br />RFC Editor State: <a href="http://www.rfc-editor.org/queue2.html#{{doc.id.draft_name}}">{{ doc.id.rfc_editor_state|escape }}</a>{% endif %} |
| 44 | +{% endif %} |
| 45 | +</td> |
| 46 | +<td class="ballot"> |
| 47 | +{% if doc.rfc and doc.rfc.in_ietf_process and doc.rfc.ietf_process.has_active_iesg_ballot %}{% ballot_icon doc.rfc %}{% else %}{% if doc.id %}{% ballot_icon doc.id %}{%endif%}{%endif%} |
| 48 | +</td> |
0 commit comments