diff --git a/atlas/templates/atlas/supervision.html b/atlas/templates/atlas/supervision.html index 4264fa6c..9a50ac7f 100644 --- a/atlas/templates/atlas/supervision.html +++ b/atlas/templates/atlas/supervision.html @@ -2,11 +2,11 @@ {% load static %} {% block css %} -{{ block.super }} - + {{ block.super }} + {% endblock %} {% block content %} @@ -99,70 +99,70 @@
| Collection | - {% else %} -Learner | - {% endif %} -Started | -Ended | -Status | -- |
|---|
| - {% if collection %}{{ collection.name }}{% else %}Unknown{% endif %} - | +Collection | {% else %} -
- {% if attempt.user_user %}
- {{ attempt.user_user.get_full_name|default:attempt.user_user.username }}
- {% if attempt.user_user.email %}
- {{ attempt.user_user.email }} + | Learner | + {% endif %} +Started | +Ended | +Status | ++ | |
|---|---|---|---|---|---|---|---|---|
| + {% if collection %}{{ collection.name }}{% else %}Unknown{% endif %} + | + {% else %} +
+ {% 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 %} - {% elif attempt.cid_user %} - CID {{ attempt.cid_user.cid }} - {% if attempt.cid_user.name %} {{ attempt.cid_user.name }}{% endif %} + |
+ {% endif %}
+ {{ attempt.start_time|default:"-" }} | +{{ attempt.end_time|default:"-" }} | ++ {% if attempt.completed %} + Completed {% else %} - Unknown + In progress {% endif %} | - {% endif %} -{{ attempt.start_time|default:"-" }} | -{{ attempt.end_time|default:"-" }} | -- {% if attempt.completed %} - Completed - {% else %} - In progress - {% endif %} - | -- {% if attempt.user_user_id and collection %} - - View attempt - - {% else %} - - View attempt - - {% endif %} - | -
+ Supervisor profile and trainee links. +
+