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}}
This item is currently {{visibility}}.
{{ form.items.label }}
{{ form.items }}
{{ form.state.label }}
{{ form.state.errors }}
{{ form.registration_authority.label }}
{{ form.registration_authority.errors }}
{{ form.message.help_text }}
{{ form.message }}
{% block save %}
{% endblock %}