From e894e02445c837ede89ee6385bd628109ca68108 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 28 Apr 2026 14:11:19 +0100 Subject: [PATCH] feat: Refactor collection take start template for improved layout and user experience Co-authored-by: Copilot --- .../atlas/collection_take_start.html | 148 ++++++++++++------ 1 file changed, 103 insertions(+), 45 deletions(-) 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 %} +
+
+ + {% if cid_exam.completed %}Review{% else %}Start{% endif %} + - {% if cid_exam.completed %} - Ended: {{cid_exam.end_time}}
- {% endif %} - {% endif %} - - - {% if cid_exam.completed %} - - {% else %} - - {% endif %} - - {% if cid_exam.completed %} - - {% endif %} + {% if cid_exam.completed %} + Overview + {% 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. +

- +
+
+ + +
+
+ + +
+
+ +
+
+