{% load i18n %} {% if not perms.exercises %}

{% trans "Correcting an exercise" %}

{% blocktrans %}Thank you for correcting and improving this exercise. This is much appreciated!{% endblocktrans %}

{% blocktrans %}After you submit the form, the administrators will be notified. Once the changes are reviewed the exercise will be updated.{% endblocktrans %}

{% endif %}