{# SPDX-FileCopyrightText: 2024 Simon Bruder SPDX-License-Identifier: AGPL-3.0-or-later #} {%- import "macros.html" as macros -%} {% extends "base.html" %} {% block title %}{% block page_title %}{% call macros::item_name(item, item_class, false) %}{% endblock %} – Item Details – {{ branding }}{% endblock %} {% block page_actions %} Edit {% endblock %} {% block main %}
UUID {{ item.id }}
Name {% call macros::item_name_terse(item, true) %}
Class {{ item_class.name }}
Parents {%- call macros::parents_breadcrumb(item, parents, item_classes, full=true) %}
{% if children.len() != 0 %}

Direct Children

{% endif %} {% endblock %}