{% load i18n %}

{% block title %} {% blocktrans %} You have submitted this practice proctored exam {% endblocktrans %} {% endblock %}

{% block body %}

{% blocktrans %} Practice exams do not affect your grade. You have completed this practice exam and can continue with your course work. {% endblocktrans %}

{% trans "Retry my exam" as retry_exam %} {% endblock %}