{% extends "base/base.html" %} {% block page_heading %} Preparation dependency conflict {% endblock page_heading %} {% block main_content %}
Return to assessment preparation page
{% if reasons %}

Your attempted modification of the assessment could not be completed because:

    {% for msg in reasons %}
  • {{ msg }}
  • {% endfor %}
{% else %}

Your attempted modification of the assessment could not be completed - please return to the assessment preparation page.

{% endif %}
{% endblock main_content %}