{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static group_filters %} {% block pagehead %} {% endblock %} {% block title %}Active IETF working groups{% endblock %} {% block bodyAttrs %}data-spy="scroll" data-target="#affix"{% endblock %} {% block content %} {% origin %}

Active IETF working groups

Concluded WGs Status Reports Chair Photos {% for area in areas %}

{{ area.name }} ({{ area.acronym }})

{% if area.ads_and_pre_ads %}

{{ area.acronym }} Area Director{{ area.ads_and_pre_ads|pluralize }} (AD{{ area.ads_and_pre_ads|pluralize }})

{% endif %} {% if area.urls %}

{{ area.acronym }} area-specific web page{{ area.urls|pluralize}}

{% endif %} {% if area.groups %}

{{ area.acronym }} active WG{{ area.groups|pluralize}} ({{area.groups.count}})

{% for group in area.groups %} {% endfor %}
Group Responsible AD Name Chairs
{% if group.ad_role %} {{ group.ad_role.person.plain_name.split.0 }} {% endif %} {{ group.name }} {% for chair in group.chairs %}{% role_person_link chair %}{% if not forloop.last %} , {% endif %} {% endfor %} {% if group.ad_out_of_area %}(Assigned AD: {% role_person_link group.ad_role %}){% endif %}
{% else %}

No active {{ area.acronym }} WGs

{% endif %}
{% endfor %}
{% endblock %} {% block js %} {% endblock %}