{% endif %}
{% if submission.result == 'did_not_pass' %}
{{ submission.need_to_fix }} {% if submission.need_to_fix > 1 %}{% trans 'points that need to be changed' %}{% else %}{% trans 'point that need to be changed' %}{% endif %}
{% endif %}
{% trans "Reviewer Note" %}
{% if submission.result == 'unable_to_review' %}
{% trans 'Your project cannot be considered. Please resubmit after you resolve the issue noted by your reviewer below.' %}