diff --git a/scipost_django/submissions/templates/submissions/pool/editorial_page.html b/scipost_django/submissions/templates/submissions/pool/editorial_page.html index b6e4d9b9c9a14d27f98ca6fc36c4d10a399977e8..248f463f1211e7975e7000b133b9e5f90b68fabe 100644 --- a/scipost_django/submissions/templates/submissions/pool/editorial_page.html +++ b/scipost_django/submissions/templates/submissions/pool/editorial_page.html @@ -55,8 +55,8 @@ {% endif %} <br> - {% if submission.eicrecommendations %} - <h3 class="highlight" id="editorial-recommendation">Editorial Recommendation</h3> + <h3 class="highlight" id="editorial-recommendation">Editorial Recommendation</h3> + {% if submission.eicrecommendations.all %} {% include 'submissions/_previous_recommendations_card_fellow_content.html' with recommendation=submission.eicrecommendations.last %} {% include 'submissions/_recommendation_fellow_content.html' with recommendation=submission.eicrecommendations.last %} {% endif %}