{% extends "base-apply.html" %} {% load i18n bleach_tags submission_tags %} {% block title %}{% trans "Review for" %} {{ review.submission.title }}{% endblock %} {% block content %} {% adminbar %} {% slot back_link %} {% trans "View submission" %} {% endslot %} {% slot header %}{% trans "Review" %}{% endslot %} {% slot sub_heading %} {% trans "For" %}: {{ review.submission.title }} {% trans "by" %} {{ review.author }} {% trans "at" %} {{ review.created_at|date:"SHORT_DATE_FORMAT" }} {% if review.is_updated %}({% trans "Last updated" %}: {{ review.updated_at|date:"SHORT_DATE_FORMAT" }}){% endif %} {% endslot %} {% include 'review/includes/review_opinions_list.html' with opinions=review.opinions.all %} {% endadminbar %}
{{ review.get_recommendation_display }}
{{ review.get_score_display }}
{% trans "An opinion is a replacement for a review. You will no longer be able to submit a review for this application." %}
{% endif %} {% endblock %}