{% extends "aristotle_mdr/helpers/wizard_form_modal.html" %} {% load compile_static 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.
Requested registration status: {{review.get_state_display}} in {{review.registration_authority.name }}
{{ wizard.form.errors }} The original message for this request:

{{ review.message }}

The items in this request are listed below:
{{ wizard.form.response.help_text }} {{ wizard.form.response }}
{% endblock %} {% block buttons %} Cancel {% endblock %}