{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% block pagehead %} {% endblock %} {% block title %}Active research area groups{% endblock %} {% block content %} {% origin %}
| Team | Name | Secretaries | Chairs |
|---|---|---|---|
| {{ group.acronym }} | {{ group.name }} | {% for secretary in group.secretaries %} {{ secretary.person.plain_name }} {% if not forloop.last %}, {% endif %} {% endfor %} | {% for chair in group.chairs %} {{ chair.person.plain_name }} {% if not forloop.last %}, {% endif %} {% endfor %} |