SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit b675e650 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Add stream status block

parent c4b02267
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment