{% extends "aristotle_mdr/helpers/wizard_form_modal.html" %} {% load i18n %} {% load aristotle_tags %} {% block title %}Endorse metadata for a Review Request{% endblock %} {% block form_tag %}
{% endblock %} {% block form %}
You are chosing to endorse content at a level different to that requested under the 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.registration_state.help_text }} {{ wizard.form.registration_state }}
{{ wizard.form.registration_date.help_text }} {{ wizard.form.registration_date }}
{{ wizard.form.close_review.help_text }} {{ wizard.form.close_review }}
{{ wizard.form.cascade_registration.help_text }} {{ wizard.form.cascade_registration }}
{% endblock %} {% block buttons %} Cancel {% endblock %}