{% extends 'layouts/base.html' %} {% load i18n %} {% load static %} {% block content %} {% include 'header.html' %}

Below you can see findings that were found for {{ ooi.human_readable }} and direct children of this {{ ooi.get_ooi_type }}.

This tree view of the {{ ooi.get_ooi_type }} shows the same objects.

{% include "partials/ooi_summary_block.html" with tree_node=tree %}
{% endblock %} {% block html_at_end_body %} {{ block.super }} {% endblock %}