{% extends 'atlas/base.html' %} {% block content %}

Review: {{ collection.name }}

Review Collection

Open the collection and browse completed cases.

{% if collection.start_screen_content %}
{{ collection.start_screen_content|safe }}
{% endif %} {% if start_screen_resources %}
Resources
{% for resource in start_screen_resources %}
{{ resource.get_display }}
{% endfor %}
{% endif %} {% if request.user.is_authenticated and valid_user %}
User
{{ request.user }}
{% if cid_exam %}
Started
{{ cid_exam.start_time }}
{% if cid_exam.completed %}
Ended
{{ cid_exam.end_time }}
{% endif %} {% endif %}
Browse {% if cid_exam.completed %} Overview {% endif %}
{% partialdef sharing-info inline %} {% if collection.show_results_sharing_information and sharing_summary %}
Who can see your results
{% endif %} {% endpartialdef %} {% else %}

Please sign in to access this review collection. Log in here.

{% endif %} {% endblock %}