|
| 1 | +{% extends "wginfo/wg_base.html" %} |
| 2 | +{% comment %} |
| 3 | +Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
| 4 | +All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com> |
| 5 | + |
| 6 | +Redistribution and use in source and binary forms, with or without |
| 7 | +modification, are permitted provided that the following conditions |
| 8 | +are met: |
| 9 | + |
| 10 | + * Redistributions of source code must retain the above copyright |
| 11 | + notice, this list of conditions and the following disclaimer. |
| 12 | + |
| 13 | + * Redistributions in binary form must reproduce the above |
| 14 | + copyright notice, this list of conditions and the following |
| 15 | + disclaimer in the documentation and/or other materials provided |
| 16 | + with the distribution. |
| 17 | + |
| 18 | + * Neither the name of the Nokia Corporation and/or its |
| 19 | + subsidiary(-ies) nor the names of its contributors may be used |
| 20 | + to endorse or promote products derived from this software |
| 21 | + without specific prior written permission. |
| 22 | + |
| 23 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 24 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 25 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 26 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 27 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 28 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 29 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 30 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 31 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 32 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 33 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 34 | +{% endcomment %} |
| 35 | +{% load ietf_filters %} |
| 36 | +{% block wg_titledetail %}Agenda{% endblock %} |
| 37 | + |
| 38 | +{% block wg_content %} |
| 39 | + |
| 40 | +<div class="ietf-box ietf-wg-details"> |
| 41 | +{% if concluded %} |
| 42 | +<span class="ietf-concluded-warning">Note: The data for concluded WGs |
| 43 | +is occasionally incorrect.</span> |
| 44 | +{% endif %} |
| 45 | + |
| 46 | +<p>New stuff</p> |
| 47 | +{% for a in agenda_files %} |
| 48 | +<p>{{a}}</p> |
| 49 | +{% endfor %} |
| 50 | + |
| 51 | + |
| 52 | +{% endblock wg_content %} |
| 53 | + |
0 commit comments