{# SPDX-FileCopyrightText: 2024 Simon Bruder SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "base.html" %} {% block title %}{% block page_title %}Item Class List{% endblock %} – {{ branding }}{% endblock %} {% block page_actions %} Add {% endblock %} {% block main %} {% for item_class in item_classes -%} {% endfor -%}
UUID Name Type
{{ item_class.id }} {{ item_class.name }} {{ item_class.type }}
{% endblock %}