{% extends "base-apply.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %} {% adminbar %} {% slot header %}{{ title }}{% endslot %} {% slot sub_heading %} {% trans "For" %} {{ submission.title }} {% endslot %} {% endadminbar %} {% include "forms/includes/form_errors.html" with form=form %}
{% trans "You have already posted a review for this submission" %}
{% endif %}