{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block content %} {% include 'header.html' %}
{% include 'partials/ooi_head.html' with ooi=ooi view='ooi_tree' %} {% translate 'Object tree' as filter_title %} {% include 'partials/ooi_list_filters.html' with title=filter_title ooi_id=ooi.primary_key %} {% if tree_view == 'table' %} {% include "partials/elements/ooi_tree_table.html" with list=tree %} {% else %} {% include "partials/elements/ooi_tree_condensed_table.html" with list=tree %} {% endif %} {% include 'partials/ooi_tree_toolbar_bottom.html' with ooi_id=ooi.primary_key %}
{% include 'partials/ooi_type_filters_linklist.html' %}
{% endblock %} {% block html_at_end_body %} {{ block.super }} {% endblock %}