{% extends "base.html" %} {% block title %}{{ obj.euid }}{% endblock %} {% block content %}

{{ obj.euid }}

Graph {% if user.role == "admin" %} {% if obj.record_type == "template" and manual_create_allowed %} Create Instance {% endif %} {% endif %}
{% if notice %}
{% if notice == "repair_created" %}Repair evidence created. {% elif notice == "name_updated" %}Name updated. {% elif notice == "status_updated" %}Status updated. {% elif notice == "lineage_added" %}Lineage added. {% elif notice == "instance_created" %}Instance created. {% else %}{{ notice }} {% endif %}
{% endif %}
UID{{ obj.uid }}
Kind{{ obj.record_type }}
Name{{ obj.name or "-" }}
Type{{ obj.category }}/{{ obj.type }}/{{ obj.subtype }}/{{ obj.version }}
Status{{ obj.bstatus or "-" }}
Created{{ obj.created_dt or "-" }}
Modified{{ obj.modified_dt or "-" }}

Validation

Validator{{ editor.validator_ref }}
State{{ editor.assessment.state }}
Subject Mutated{{ editor.assessment.subject_mutated }}
PersistenceEphemeral assessment; repair evidence is explicit.
{% if obj.record_type != "template" and user.role == "admin" %}

Edit

{% endif %}

Children

{% for row in relationships.parent_of %} {% endfor %}
LineageObjectRelationship
{{ row.lineage_euid }}{{ row.related_euid }} {{ row.related_name or "" }}{{ row.v0_edge.edge_type or row.relationship_type }} {{ row.v0_edge.compliance_status }}

Parents

{% for row in relationships.child_of %} {% endfor %}
LineageObjectRelationship
{{ row.lineage_euid }}{{ row.related_euid }} {{ row.related_name or "" }}{{ row.v0_edge.edge_type or row.relationship_type }} {{ row.v0_edge.compliance_status }}

Federated TapDB References

{% for ref in external_refs %} {% endfor %} {% if not external_refs %}{% endif %}
ServiceTarget EUIDRelationshipAuthorityAssertion
{{ ref.target_service_id }}{{ ref.target_object_euid }}{{ ref.relationship_type }}{{ ref.assertion_authority }}{{ ref.asserted_at }}
{{ ref.assertion_provenance }}
No canonical federated references.

Opaque External Identifiers

{% for ref in external_identifiers %} {% endfor %} {% if not external_identifiers %}{% endif %}
NamespaceKindValueScopeRelationshipCanonical URI
{{ ref.namespace }}{{ ref.kind }}{{ ref.value }}{{ ref.scope }}{{ ref.relationship_type }}{% if ref.canonical_uri and ref.canonical_uri.startswith('https://') %}Open{% else %}-{% endif %}
No canonical opaque identifiers.

Audit

{% for row in audit_rows %} {% endfor %} {% if not audit_rows %}{% endif %}
WhenWhoOperationColumnNew
{{ row.changed_at }}{{ row.changed_by }}{{ row.operation }}{{ row.column }}{{ row.new_value }}
No audit rows found.
{% endblock %}