add new table values in admin docs and jobs

This commit is contained in:
team 1
2026-02-16 17:23:31 +01:00
parent a6435f4ee3
commit bad2c02da1
2 changed files with 9 additions and 3 deletions

View File

@@ -21,6 +21,7 @@
<thead>
<tr>
<th>Titel</th>
<th>ID</th>
<th>Typ</th>
<th>Status</th>
<th>Versionen</th>
@@ -32,13 +33,15 @@
<tbody>
{% for document in documents %}
<tr>
<td>
<a href="{{ path('admin_document_show', {id: document.id}) }}"
class="text-decoration-none text-light">
{{ document.title }}
</a>
</td>
<td>
{{ document.id }}
</td>
<td>
{% if document.currentVersion %}
<span class="badge bg-secondary">