{% extends 'admin/master.html' %} {% block body %}

Change State To Failed

Selected Plans by State

{% for state, count, warning in state_rows %} {% endfor %}
StateCount
{{ state }} {{ count }} {% if warning %}WARNING: ill-advised to change state of {{ state }} because {{ warning }}{% endif %}
Total{{ total_count }}
OverwriteFieldValue
failure_reason
error_message
failed_step
recoverable
progress_percentage
progress_message
steps_completed
steps_total
current_step
Cancel
{% endblock %}