{% extends 'submissions/_recommendation_author_content.html' %} {% load scipost_extras %} {% block recommendation_header %}
{{ 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 %}Fellow | For Journal | Tier |
---|---|---|
{{ tiering.fellow }} | {{ tiering.for_journal }} | {{ tiering.get_tier_display }} |
Fellow | For Journal | Alternative Recommendation |
---|---|---|
{{ altrec.fellow }} | {{ altrec.for_journal }} | {{ altrec.get_recommendation_display }} |