{% extends "aristotle_mdr/helpers/wizard_form.html" %} {% load i18n %} {% block title %}Review Changes{% endblock %} {% block content %}

Review included items for status change

Below is a list of the items you have selected for a status change, including those linked to a parent item.
This table includes the current registration status and date for the item in the registration authority {% if ra %}{{ ra.name }}{% endif %}, as well as the selected state and date.

{% if supersedes %}
The proposed supersedes for this request: {% include 'aristotle_mdr/helpers/supersedes_display_table.html' with supersedes=supersedes only %}
{% endif %} {{ block.super }} {% endblock %} {% block buttons %} {% endblock %}