{% extends 'utilities/confirmation_form.html' %} {% load form_helpers %} {% block title %}Undo Commission {{ obj_type }}?{% endblock %} {% block message %}

Are you sure you want to undo commission of {{ obj_type }} {{ obj }} and revert status to "planned" ?

{% block message_extra %}{% endblock %} {% endblock %}