{% extends 'base.html' %} {% block content %} {% if cid is not None %} CID: {{cid}} {% endif %}

Collection: {{collection.name}} {% if collection.in_review_mode or cid_user_exam.completed %} REVIEW {% endif %}

{% if not collection.review_only %} {{answer_count}} out of {{collection_length}} cases answered. Click to go to case. {% endif %}
Start time: {{cid_user_exam.start_time}} {% if not collection.review_only and not cid_user_exam.completed %}

Completed: {{cid_user_exam.completed}}

{% endif %} {% endblock %} {% block js %} {% endblock %}