{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters static %} {% block pagehead %} {% endblock %} {% block title %}{{ stream }} stream documents{% endblock %} {% block content %} {% origin %}

{{ stream }} stream documents

{% if editable %}

Assign delegates

{% endif %} {% include "doc/search/search_results.html" %} {% endblock %} {% block js %} {% endblock %}