diff --git a/scipost_django/submissions/templates/submissions/admin/recommendation_prepare_for_voting.html b/scipost_django/submissions/templates/submissions/admin/recommendation_prepare_for_voting.html index a45180aa05ff4dd99b6f14a0af675cbe44914947..25b6520d24b59b686c96242befa7936ffb864815 100644 --- a/scipost_django/submissions/templates/submissions/admin/recommendation_prepare_for_voting.html +++ b/scipost_django/submissions/templates/submissions/admin/recommendation_prepare_for_voting.html @@ -44,6 +44,16 @@ {% endfor %} </ul> </div> + {% if recommendation.submission.editorial_assignments %} + <div class="col-md-3"> + <p>Fellows who were originally sent an assignment request:</p> + <ul> + {% for assignment in recommendation.submission.editorial_assignments.all %} + <li>{{ assignment.to }} <small class="text-muted">({{ assignment.get_status_display }})</small></li> + {% endfor %} + </ul> + </div> + {% endif %} {% if previously_eligible_for_voting %} <div class="col-md-3"> <p>Fellows who were eligible to vote in previous versions of this recommendation:</p>