{% extends "admin/formative/confirmation.html" %} {% block cardtitle %}Change Status{% endblock %} {% block cardcontent %}

Setting a new status message is optional.

{{ form.as_p }} {% endblock %} {% block rowcontent %}

Cohorts

    {{ cohorts|slice:':20'|unordered_list }} {% if cohorts|length > 20 %}
  1. ...
  2. {% endif %}
{% for cohort in cohorts %} {% endfor %}
{% endblock %} {% block formcontrols %}
Cancel
{% endblock %}