{% load i18n %} {% block content %} Add an identifier (adding an identifier does not save changes)
The UUID (Universally Unique Identifier) is automatically generated for all metadata and is guaranteed to be unique even between registries.
UUID {{ item.uuid }}
{% with formset=identifier_FormSet %}
Identifiers can be used to add additional identifying information to a metadata item.
{{ formset.management_form }} {% for id_form in formset.forms %} {% for field in id_form.visible_fields %} {% endfor %} {% endfor %}
{% trans 'Namespace' %} {% trans 'Identifier' %} {% trans 'Version' %} {% trans 'Delete' %}
{% for hidden in id_form.hidden_fields %} {{ hidden }} {% endfor %} {{ field.errors.as_ul }} {{ field }}
Add a identifier {% endwith %} {% endblock %}