{% extends "base.html" %} {% from "_macros.html" import app_pill %} {% block title %}Unzugeordnete Fächer · Werkzeug-Schränke{% endblock %} {% block breadcrumb %}
Schränke / Unzugeordnete Fächer
{% endblock %} {% block heading %}Unzugeordnete Fächer ({{ data.total }}){% endblock %} {% block content %} {% set _moved = request.query_params.get('moved') if request else '' %} {% if _moved %}| Pattern | Ziel-Schublade | Anzahl |
|---|---|---|
| {{ p.match_prefix }}-* | {{ p.zone_name or '?' }} / {{ p.group_name }} | {{ p.matching_count }} |