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

Collection requires completion of another collection

{{ 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 %}