{% extends 'submissions/_recommendation_author_content.html' %} {% load scipost_extras %} {% block recommendation_header %}

By {{ recommendation.formulated_by.profile.get_title_display }} {{ recommendation.formulated_by.user.first_name }} {{ recommendation.formulated_by.user.last_name }}, formulated on {{ recommendation.date_submitted }}

{% endblock %} {% block recommendation_remarks_for_editorial_college %}

Remarks for Editorial College

{{ recommendation.remarks_for_editorial_college|default:'-' }}

{% endblock %} {% block recommendation_reformulation %} {% if recommendation.may_be_reformulated %} {% if perms.scipost.can_fix_College_decision or request.user.contributor == recommendation.formulated_by %} Reformulate Editorial Recommendation {% endif %} {% endif %} {% endblock %} {% block recommendation_voting_card %}

Voting

Fellows eligible to vote:

Voting results up to now:

{% if recommendation.submission.tierings.all|length > 0 %}

Tierings for this Submission, as indicated by voting Fellows who agreed with publication

{% for tiering in recommendation.submission.tierings.all %} {% endfor %}
Fellow For Journal Tier
{{ tiering.fellow }} {{ tiering.for_journal }} {{ tiering.get_tier_display }}
{% endif %} {% if recommendation.alternativerecommendation_set.all|length > 0 %}

Alternative recommendations offered during voting by Fellows who disagreed:

{% for altrec in recommendation.alternativerecommendation_set.all %} {% endfor %}
Fellow For Journal Alternative Recommendation
{{ altrec.fellow }} {{ altrec.for_journal }} {{ altrec.get_recommendation_display }}
{% endif %}
{% if perms.scipost.can_fix_College_decision %} {% if recommendation.active %} {% endif %} {% endif %}
{% endblock recommendation_voting_card %}