This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-05-08 18:33:04 +02:00

6 lines
246 B
HTML

{% 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>