{% extends 'generic/_base.html' %} {% load i18n static %} {% block title %}{% trans "Object Analyzer" %}{% endblock %} {% block content %} {{ api_types|json_script:"nsm-oa-api-types" }}
{# ── Search card ─────────────────────────────────────────────── #}
{% trans "Object Analyzer" %}
{% trans "View" %}
{% if sel_pk %} {% endif %}
{% if mode_hint %}

{{ mode_hint }}

{% endif %}
{% for item in legend %} {{ item.label }} {% endfor %}
{% if sel_pk %}
{{ sel_name }} — {% trans "Click a node in the graph to load its connections." %}
{% endif %}
{# ── Graph ────────────────────────────────────────────────────── #}
{% if not sel_pk %}

{{ empty_title }}

{{ empty_subtitle }}

{% endif %}
{# /container #} {# ── React Flow via ESM ───────────────────────────────────────────── #} {# ── Picker JS (vanilla) ──────────────────────────────────────── #} {% endblock %}