diff --git a/ietf/templates/base_leftmenu.html b/ietf/templates/base_leftmenu.html
index 62727a0cc..55f1d89fc 100644
--- a/ietf/templates/base_leftmenu.html
+++ b/ietf/templates/base_leftmenu.html
@@ -52,6 +52,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Working Groups
{# FIXME: wgcharter Working Groups #}
{% endif %}
+{% if user %}
{% get_user_managed_streams user as stream_list %}
{% if stream_list %}
Streams
@@ -59,6 +60,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
{{ stream.name }} stream
{% endfor %}
{% endif %}
+{% endif %}
Working Groups