{% extends 'atlas/base.html' %} {% block content %} Start: {{ collection.name }} {% if cid_exam.completed %} Review Mode {% endif %} Open the collection and begin or resume your session. {% if collection.start_screen_content %} {{ collection.start_screen_content|safe }} {% endif %} {% if start_screen_resources %} Resources {% for resource in start_screen_resources %} {{ resource.get_display }} {% endfor %} {% endif %} {% if request.user.is_authenticated and valid_user %} User {{ request.user }} {% if cid_exam %} Started {{ cid_exam.start_time }} {% if cid_exam.completed %} Ended {{ cid_exam.end_time }} {% endif %} {% endif %} {% if cid_exam.completed %}Review{% else %}Start{% endif %} {% if cid_exam.completed %} Overview {% endif %} {% include "atlas/collection_review_start.html#sharing-info" %} {% else %} Enter your CID and passcode below. Registered users can log in here. Candidate ID Passcode Start {% endif %} {% endblock %}
Open the collection and begin or resume your session.
Enter your CID and passcode below. Registered users can log in here.