This form allows you to request a registrar review this metadata for endorsement.
{{ reviews }}
{{ reviews.count }}
{% with count=reviews.count %}
{% if count > 0 %}
Note: There {{ count|pluralize:"is,are" }} currently {{count}} outstanding review{{ count|pluralize }}
for this item.
{% endif %}
{% endwith %}
{{form.errors}}
{{ form.items }}
:
{{ form.due_date.errors }}
{{ form.due_date }}
Date the review should be processed by.
{% include 'aristotle_mdr/helpers/changestatus.html' with form=form %}