- Review list
- Approve review request
By approving this review, this form allows you to change the status of multiple items in your registration authorities.
The original message for this request:
{{ review.message }}
The items in this request are listed below:
{% for item in review.concepts.all %}
-
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=item %}
{% endfor %}
{{ form.errors }}
{% trans 'Select a new state to see how the visibility of these metadata items will change.' %}
:
{{ form.registrationDate.errors }}
{{ form.registrationDate }}
{{ form.cascadeRegistration.errors }}
{{ form.cascadeRegistration }}
{{ form.state.label }}
{{ form.state.errors }}
{{ form.registrationAuthorities.label }}
{{ form.registrationAuthorities.errors }}
{{ form.response.help_text }}
{{ form.response }}
{{ form.changeDetails.label }} (optional):
{{ form.changeDetails }}
{% block save %}
{% endblock %}