{% load i18n %} {% if has_due_date_passed %}
{% blocktrans %} To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane. {% endblocktrans %}
{% elif has_due_date %}
{% blocktrans %} After the due date for this exam has passed, you will be able to review your answers on this page. {% endblocktrans %}
{% endif %}