{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block content %} {% include 'header.html' %}
{% include 'partials/ooi_head.html' with ooi=ooi view='graph' %}

{% translate 'Click a circle top collapse / expand the tree, click the text to view the tree from that OOI and hover over the text to see details.' %}

{% translate 'Tree graph' as filter_title %} {% include 'partials/ooi_list_filters.html' with title=filter_title ooi_id=ooi.primary_key %}
{% include 'partials/ooi_type_filters_linklist.html' %}
{% endblock %} {% block html_at_end_body %} {{ block.super }} {{ ooi_types|json_script:"ooi-types" }} {{ tree|json_script:"tree-data" }} {% endblock %}