{% if recommendation.get_other_versions %}

Deprecated versions of Editorial Recommendations for this Submission

{% for old_rec in recommendation.get_other_versions %}

{% include 'submissions/_recommendation_fellow_content.html' with recommendation=old_rec %}
{% endfor %}
{% endif %}