{% if not read_only %}
{% blocktrans trimmed %}
Please give a fair review on why you'd like to see this submission at the conference,
or why you think it would not be a good fit.
{% endblocktrans %}
{% 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.
{% endblocktrans %}
{% endif %}
{% if override_left %}
{% blocktrans trimmed with count=override_left %}
You have {{ count }} override votes left.
{% endblocktrans %}
{% endif %}
{% if not form.instance.pk %}
{% endif %}
{% if form.instance.pk %}
{% trans "Points" %}
{% trans "Review" %}
{% for review in submission.reviews.all %}
{% if review != form.instance %}