{% if evaluation.state == evaluation.State.IN_EVALUATION %}
{% trans 'Still in evaluation' %}
{% else %}
{% trans 'Evaluation finished' %}
{% endif %}
{% include 'evaluation_badges.html' with mode='manager' %}
{% blocktrans %}If you select "no" as publishing option for a text answer on this page, the respective answer will be deleted irrevocably when publishing the evaluation's results. If you should edit an answer, the original answer will also be deleted when publishing the evaluation's results.{% endblocktrans %}