{% extends 'submissions/pool/base.html' %} {% load bootstrap %} {% load scipost_extras %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% block pagetitle %}: Editorial Recommendation{% endblock pagetitle %} {% block content %} {% if voting_form.errors %}Please go back to the form and try again!
{% endif %}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 }} |
You had previously voted {{ previous_vote }}; you can use the form below to change your vote and/or add a remark:
{% endif %} {% endif %} {% endblock %} {% block footer_script %} {% endblock %}