{% extends "webui/entities/base.html" %} {% load webui_tags %} {% block title %}New Object{% endblock %} {% block breadcrumbs %}{{ block.super }} {% breadcrumbs parent "New Object" %} {% endblock breadcrumbs %} {% block content %}
Warning! It is your responsibility to coordinate with others to ensure that you do not create multiple objects with the same ID.
Existing objects in this {{ parent.identifier.model }}.
{% for oid in existing_ids %}
{{ oid }}
{% endfor %}
This {{ parent.identifier.model }} contains no {{ model }}s.
{% endif %}