SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 4dcff831 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Add info on previously-invited Fellows to rec prepare for voting

parent 24456d91
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,16 @@ ...@@ -44,6 +44,16 @@
{% endfor %} {% endfor %}
</ul> </ul>
</div> </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 %} {% if previously_eligible_for_voting %}
<div class="col-md-3"> <div class="col-md-3">
<p>Fellows who were eligible to vote in previous versions of this recommendation:</p> <p>Fellows who were eligible to vote in previous versions of this recommendation:</p>
......
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