{% load i18n %} {% load proctoru_validator %}

{{self.display_name}}

{{self.description}}

{% trans "Reschedule Exam" %}

{% trans "Edit your personal information" %}
 

{% trans "Exam is Available" %}

 
 
{% if self.student_time_zone == self.student_old_time_zone %}

{% trans "Schedule the exam" %}

{{exam_time_heading.first_heading}}

{{exam_time_heading.second_heading}}

{{self.exam_time|get_ramaining_timestamp:self.runtime.user_id}}
{% if allowed_keep_old_exam %} {% else %}
{% trans "Available examination time was changed, Please select again." %}
{% endif %}
{% endif %}
    {% if status == "emptylist" %}
  • {% trans "Time slots not available today" %}

    {% trans "Please check another date" %}

  • {% endif %} {% for available_time in time_list %}
  • {{available_time.time_utc}}

    {{available_time.day_year}}

    {{available_time.data_value|get_ramaining_timestamp:self.runtime.user_id}}

  • {% endfor %}

{% trans "Personal Information " %}{% trans "ProctorU" %}