{% extends "base.html" %} {% comment %} Copyright The IETF Trust 2011, All Rights Reserved {% endcomment %} {% block title %}Working Groups for {{ area_name }}{% endblock %} {% block content %}

Working Groups for {{ area_name }}

Start new WG charter effort

{% if not recs %}

No WGs match your query.

{% else %} {% for hdr in meta.hdrs %} {% include "wgcharter/table_header.html" %} {% endfor %} {% for wg in recs %} {% include "wgcharter/search_result_row.html" %} {% endfor %}
{% endif %} {% endblock content %}