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

Other RFC streams

{% for stream in streams %} {% endfor %}
Stream Owner Stream manager
{{ stream.acronym }} {{ stream.name }} {% with stream.get_chair as role %} {{role.person}} ({{role.name}}) {% endwith %}
{% endblock %} {% block js %} {% endblock %}