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

{{self.display_name}}

{{self.description}}

{% trans "Scheduling an exam" %}

{% trans "Edit your personal information" %}
 

{% trans "Exam is Available" %}

 
    {% 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" %}