From 0657e0585bb4c144cbeadce781cc647fb404ff35 Mon Sep 17 00:00:00 2001 From: team2 Date: Sat, 14 Feb 2026 08:09:47 +0100 Subject: [PATCH] add new twig features --- templates/admin/document/index.html.twig | 4 ++-- templates/admin/job/index.html.twig | 6 +++--- templates/admin/job/show.html.twig | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/admin/document/index.html.twig b/templates/admin/document/index.html.twig index 05bc843..499a125 100644 --- a/templates/admin/document/index.html.twig +++ b/templates/admin/document/index.html.twig @@ -17,7 +17,7 @@ {% else %}
- +
@@ -67,7 +67,7 @@ diff --git a/templates/admin/job/index.html.twig b/templates/admin/job/index.html.twig index b2e3ae4..eb70a05 100644 --- a/templates/admin/job/index.html.twig +++ b/templates/admin/job/index.html.twig @@ -28,7 +28,7 @@
Titel - Ansehen + Details
- + @@ -44,7 +44,7 @@ @@ -64,7 +64,7 @@
IDJob-ID Typ Status Dokument
+ class="text-light"> {{ job.id }} {% if job.documentId %} - {{ job.documentId }} + {{ job.documentId }} {% else %} - {% endif %} diff --git a/templates/admin/job/show.html.twig b/templates/admin/job/show.html.twig index 4a959c9..08c44f4 100644 --- a/templates/admin/job/show.html.twig +++ b/templates/admin/job/show.html.twig @@ -37,7 +37,7 @@