{% extends "base-apply.html" %} {% load bleach_tags %} {% block content %}

Review

For {{ review.submission.title }} by {{ review.author }}
Recommendation

{{ review.get_recommendation_display }}

Score

{{ review.score }}

{% if not review.for_latest %}
Review was not against the latest version:

Compare

{% endif %}
{{ object.get_comments_display }} {{ object.output_answers }}
{% endblock %}