{% blocktrans trimmed %}
You're not allowed to review your own submissions.
{% endblocktrans %}
{% else %}
{% if not read_only %}
{{ request.event.settings.review_help_text|rich_text }}
{% if not form.instance.pk %}
{% blocktrans trimmed %}
You will be able to see other reviews once you have given yours.
{% endblocktrans %}
{% endif %}
{% else %}
{% blocktrans trimmed %}
This submission can no longer be reviewed, as a decision regarding its
role in this event has already been made, or the review deadline is over.
{% endblocktrans %}
{% endif %}