diff --git a/atlas/templates/atlas/collection_take_start.html b/atlas/templates/atlas/collection_take_start.html
index 90ca5c4d..1350220e 100644
--- a/atlas/templates/atlas/collection_take_start.html
+++ b/atlas/templates/atlas/collection_take_start.html
@@ -1,69 +1,127 @@
{% extends 'atlas/base.html' %}
{% block content %}
-
Start: {{collection.name}}{% if cid_exam.completed %} REVIEW{% endif %}
+
+
+
+
+
Start: {{ collection.name }}
+ {% if cid_exam.completed %}
+ Review Mode
+ {% endif %}
+
+ Open the collection and begin or resume your session.
+
{% if request.user.is_authenticated and valid_user %}
- User: {{request.user}}
+
+
+ - User
+ - {{ request.user }}
+ {% if cid_exam %}
+ - Started
+ - {{ cid_exam.start_time }}
- {% if cid_exam %}
- Started: {{cid_exam.start_time}}
+ {% if cid_exam.completed %}
+ - Ended
+ - {{ cid_exam.end_time }}
+ {% endif %}
+ {% endif %}
+
+
+
{% else %}
- Enter your CID and passcode in the below boxes. (Registered user should login here)
-
-
+
+
+ Enter your CID and passcode below.
+ Registered users can
+ log in here.
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+