Dokumentenmanagement

This commit is contained in:
tegwick 2026-05-08 18:33:04 +02:00
parent 70ece97587
commit c2c4ae3cbe
14 changed files with 759 additions and 13 deletions

View file

@ -0,0 +1,5 @@
{% load vergabe_tags %}
<span class="inline-flex items-center gap-1">
{% status_badge dokument.status dokument.get_status_display %}
<span class="text-xs bg-green-100 text-green-700 px-1.5 py-0.5 rounded font-medium">Final ✓</span>
</span>