{% load i18n %} {% if pending == 0 %}
{% trans "Contratulations, you have reviewed the minimum number of required submissions. Thank you so much for your amazing team work. But you can keep reviewing more. Your help is much appreciated." %}
{% endif %} {% if assigned.count > 0 %}{% trans "You are currently reviewing the following submissions:" %}
{% trans "You must send your submission before reviewing your classmates' ones" %}
{% endif %} {% endif %} {% if reviewed.count > 0 %}{% blocktrans count counter=pending %}You still need to review {{ pending }} more submission.{% plural %}You still need to review {{ pending }} more submissions.{% endblocktrans %}
{% endif %}