From e9f543b90adf03e600ebfaeacdcea7954b01a1b0 Mon Sep 17 00:00:00 2001
From: George Katsikas <giorgakis.katsikas@gmail.com>
Date: Wed, 31 May 2023 15:56:22 +0200
Subject: [PATCH] add proceedings issue to stream summary

---
 .../_productionstream_details_summary_contents.html          | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/scipost_django/production/templates/production/_productionstream_details_summary_contents.html b/scipost_django/production/templates/production/_productionstream_details_summary_contents.html
index daffded1a..dd1a19455 100644
--- a/scipost_django/production/templates/production/_productionstream_details_summary_contents.html
+++ b/scipost_django/production/templates/production/_productionstream_details_summary_contents.html
@@ -2,7 +2,6 @@
     <div class="col mb-2">
         <table class="mb-0">
             <tbody>
-
                 <tr>
                     <td>
                         <strong class="text-primary">{{ productionstream.submission.title }}</strong>
@@ -21,6 +20,9 @@
                 <small class="text-muted">To be published in</small>
                 <br>
                 {{ productionstream.submission.editorial_decision.for_journal }}
+                {% if productionstream.submission.proceedings %}
+                    - {{ productionstream.submission.proceedings.event_suffix }}
+                {% endif %}
             </div>
             <div class="col">
                 <small class="text-muted">Acceptance date</small>
@@ -28,7 +30,6 @@
                 {{ productionstream.submission.editorial_decision.taken_on|date:'Y-m-d' }}
             </div>
         </div>
-
     </div>
 
     <div class="d-none d-md-block vr p-0 me-2"></div>
-- 
GitLab