datatracker/ietf/templates/group/stream_documents.html

21 lines
503 B
HTML

{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load ietf_filters %}
{% block title %}{{ stream }} stream documents{% endblock %}
{% block content %}
{% origin %}
<h1>{{ stream }} stream documents</h1>
{% if editable %}
<p>
<a class="btn btn-default" href="{% url "ietf.group.views_stream.stream_edit" stream.slug %}">Assign delegates</a>
</p>
{% endif %}
{% include "doc/search/search_results.html" %}
{% endblock %}