{% extends 'atlas/base.html' %} {% block content %}
{{ message }}
{% if prereq %}You must complete the collection: {% if cid and passcode %} {{ prereq.name }} {% else %} {{ prereq.name }} {% endif %}
{% endif %}If you think this is an error, contact the course administrator.
{% endblock %}