{% extends "base.html" %} {% load origin %} {% load bootstrap3 %} {% block morecss %} .center-button-text { text-align: center;} {% endblock %} {% block content %}
Warning
{% if doc.stream.slug == 'ise' %} This action will unset all Independent stream state and remove the document from the Independent stream. {% else %} This action will unset all {{doc.group.acronym|upper}} group state, and remove the document from the {{doc.stream.name}} stream.
This is appropriate, for example, if the group decided not to adopt a document after considering it.
It may also be appropriate if the group is abandoning the document. {% endif %}
Warning
{% csrf_token %} {% bootstrap_form form %} Cancel
{% endblock %}