{% load i18n %}

{% block introduction %} {% blocktrans %} Hello {{ username }}, {% endblocktrans %} {% endblock %}

{% block status_information %} {% blocktrans %} Your proctored exam "{{ exam_name }}" in {{ course_name }} was submitted successfully and will now be reviewed to ensure all exam rules were followed. You should receive an email with your exam status within 5 business days. {% endblocktrans %} {% endblock %}