{% extends "aristotle_mdr/helpers/wizard_form_modal.html" %} {% load i18n %} {% load aristotle_tags %} {% block title %}Accept Request{% endblock %} {% block form_tag %}
{% endblock %} {% block form %}
By approving this review, this form will change the status of the listed items in your registration authorities.
{% include 'aristotle_mdr/helpers/accept_review_info.html' %}
{{ wizard.form.status_message.help_text }} {{ wizard.form.status_message }}
{{ wizard.form.close_review.help_text }} {{ wizard.form.close_review }}
{% endblock %} {% block buttons %} Cancel {% endblock %}