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