diff --git a/production/templates/production/production.html b/production/templates/production/production.html
index 4740ab7b5688055a0048b7b7420430cbf170996b..9bc26dac5770347352c6705b54e03774cdb97de6 100644
--- a/production/templates/production/production.html
+++ b/production/templates/production/production.html
@@ -52,6 +52,17 @@
 
     <div class="row">
         <div class="col-6">
+            <h3>Stream statuses</h3>
+            <ul>
+                {% for stream in streams %}
+                    <li class="pb-2">
+                        <div><strong>{{ stream.submission.title }}</strong></div>
+                        <div class="label label-{% if stream.status == 'initiated' %}outline-danger{% else %}secondary{% endif %} label-sm">{{ stream.get_status_display }}</div>
+                        <div>Opened {{ stream.opened }}</div>
+                    </li>
+                {% endfor %}
+            </ul>
+            <hr>
             <ul class="list-unstyled" data-target="active-list">
                 {% for stream in streams %}
                     <li class="p-2">