{% extends "aristotle_mdr/helpers/wizard_form_modal.html" %} {% load aristotle_tags %} {% load i18n %} {% load static %} {% load render_bundle from webpack_loader %} {% block title %}Change Status{% endblock %} {% block extra_head_scripts %} {{ block.super }} {% endblock %} {% block webpack_bundle %} {% render_bundle 'changeStatus' 'js' %} {% endblock %} {% block form_tag %}
{% endblock %} {% block form %}
This form allows you to change the status of multiple items in your registration authorities.
{{ wizard.form.items }}
This item is currently {{ item|visibility_text }}. {% trans 'Select a new state to see how the visibility of this item will change.' %}
{% include 'aristotle_mdr/helpers/changestatus.html' with form=wizard.form %} {% endblock %} {% block buttons %}
Cancel
{% endblock %}