Anzeige korrigiert

This commit is contained in:
titver968
2025-06-17 09:34:47 +02:00
parent 215fbb1786
commit 55b286b03c

View File

@@ -48,7 +48,7 @@
<thead> <thead>
<tr class="bg-gray-200"> <tr class="bg-gray-200">
<th class="p-2 text-left">Name</th> <th class="p-2 text-left">Name</th>
<th class="p-2 text-left">E-Mail</th> <th class="p-2 text-left">E-Mail</th>
<th class="p-2 text-left">Wunsch Dienststelle</th> <th class="p-2 text-left">Wunsch Dienststelle</th>
<th class="p-2 text-left">Note Deutsch</th> <th class="p-2 text-left">Note Deutsch</th>
<th class="p-2 text-left">Note Mathe</th> <th class="p-2 text-left">Note Mathe</th>
@@ -63,9 +63,9 @@
<tr class="border-t"> <tr class="border-t">
<td class="p-2">{a.anrede} {a.vorname} {a.nachname}</td> <td class="p-2">{a.anrede} {a.vorname} {a.nachname}</td>
<td class="p-2">{a.email}</td> <td class="p-2">{a.email}</td>
<td class="p-2"> <td class="p-2">
{a.wunsch1?.name}<br> 1: {a.wunsch1?.name}<br><br>
{a.wunsch2?.name}<br> 2: {a.wunsch2?.name}<br><br>
3: {a.wunsch3?.name} 3: {a.wunsch3?.name}
</td> </td>
<td class="p-2">{a.noteDeutsch || '—'}</td> <td class="p-2">{a.noteDeutsch || '—'}</td>