{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% load ietf_filters %} {% block pagehead %} {% endblock %} {% block title %}Other RFC streams{% endblock %} {% block content %} {% origin %}
| Stream | Owner | Stream manager | {% for stream in streams %}
|---|---|---|
| {{ stream.acronym }} | {{ stream.name }} | {% with stream.get_chair as role %} {{role.person}} ({{role.name}}) {% endwith %} |