{% extends 'atlas/exams.html' %} {% load static %} {% block css %} {{ block.super }} {% endblock %} {% block content %}
Collection attempts shared with you as author, marker, supervisor or by direct invitation. {{ total_attempts }} attempt{{ total_attempts|pluralize }} found.
| Collection | {% else %}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 %} |
{% 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 %} |