{% load i18n %}

{% block title %} {% blocktrans %} Your proctoring session was reviewed, but did not pass all requirements {% endblocktrans %} {% endblock %}

{% block body %}

{% blocktrans %} If you have questions about the status of your proctoring session results, contact {{ platform_name }} Support. {% endblocktrans %}

{% include 'proctored_exam/visit_exam_content.html' %} {% endblock %}
{% block footer_content %} {% endblock %} {% include 'proctored_exam/footer.html' %}