diff --git a/atlas/templates/atlas/collection_take_overview.html b/atlas/templates/atlas/collection_take_overview.html index 5095bc48..8db246c8 100644 --- a/atlas/templates/atlas/collection_take_overview.html +++ b/atlas/templates/atlas/collection_take_overview.html @@ -38,7 +38,7 @@ {% if collection.case_query_messaging_enabled and collection.in_review_mode or collection.case_query_messaging_enabled and cid_user_exam.completed %}
+ Collection attempts shared with you as an author, marker, supervisor, or by direct invitation. +
+| Collection | +Learner | +Started | +Status | ++ |
|---|---|---|---|---|
| + {% if collection %} + {{ collection.name }} + {% else %} + Unknown collection + {% endif %} + | +
+ {% if attempt.user_user %}
+ {{ attempt.user_user.get_full_name|default:attempt.user_user.username }}
+ {% if attempt.user_user.email %}
+ {{ attempt.user_user.email }} + {% endif %} + {% elif attempt.cid_user %} + CID {{ attempt.cid_user.cid }} + {% if attempt.cid_user.name %} {{ attempt.cid_user.name }}{% endif %} + {% else %} + Unknown + {% endif %} + |
+ {{ attempt.start_time|default:"-" }} | ++ {% if attempt.completed %} + Completed + {% else %} + In progress + {% endif %} + | ++ + View attempt + + | +