Support for damaged parts

This commit is contained in:
2025-01-31 20:46:36 +01:00
parent 5ffea66de0
commit 271effd5d2
37 changed files with 274 additions and 91 deletions
+11
View File
@@ -0,0 +1,11 @@
{% extends 'base.html' %}
{% block title %} - Problematic parts{% endblock %}
{% block main %}
<div class="container-fluid px-0">
{% with all=true, no_quantity=true %}
{% include 'part/table.html' %}
{% endwith %}
</div>
{% endblock %}