diff --git a/scipost_django/submissions/templates/submissions/_report_public_without_comments.html b/scipost_django/submissions/templates/submissions/_report_public_without_comments.html index 8b5e65ad4d1643b5e37d97f6a48d23798c6aed0a..162f7ce020ccedfb0d43c470a84337551ae3a9ed 100644 --- a/scipost_django/submissions/templates/submissions/_report_public_without_comments.html +++ b/scipost_django/submissions/templates/submissions/_report_public_without_comments.html @@ -104,8 +104,16 @@ <h3 class="highlight tight">Remarks for editors</h3> <div class="ps-md-4">{{ report.remarks_for_editors|default:'-' }}</div> </div> + + {% if not report.recommendation_publicly_visible %} + <div class="m-2 p-2 border border-danger"> + <h3 class="highlight tight">Recommendation</h3> + <div class="ps-md-4">{{ report.get_recommendation_display }}</div> + </div> + {% endif %} {% endif %} + {% block single_report_footer %}{% endblock %} </div> </div>