{% 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 %}
| 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 %} |