{% extends "aristotle_mdr/helpers/wizard_form.html" %} {% load i18n %} {% block title %}Change Status{% endblock %} {% block form_tag %}
{% endblock %} {% block form %}
This form allows you to change the status of items in your registration authorities.
{{ wizard.form.items }}
{% include 'aristotle_mdr/helpers/changestatus.html' with form=wizard.form %} {% endblock %} {% block buttons %}
Cancel
{% endblock %}