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

Review

For {{ review.submission.title }}
Recommendation

{{ review.recommendation }}

Score

{{ review.score }}

{% for question, answer in review_data.items %}
{{ question }}
{{ answer|bleach }} {% endfor %}
{% endblock %}