Anzeige der Zusatzservices
This commit is contained in:
@@ -327,10 +327,15 @@
|
||||
</div>
|
||||
<div class="badge badge-accent font-semibold text-black text-m">
|
||||
{#if ausweis.ausweistyp === Enums.AusweisTyp.Beratung || ausweis.ausweistyp === Enums.AusweisTyp.BeratungXL}
|
||||
mit Beratung
|
||||
mit Beratung
|
||||
{:else if ausweis.ausweistyp === Enums.AusweisTyp.Offline || ausweis.ausweistyp === Enums.AusweisTyp.OfflineXL}
|
||||
Offline
|
||||
Offline
|
||||
{/if}
|
||||
{#if (rechnung?.services ?? []).length > 0}
|
||||
{#if rechnung}
|
||||
<span class="text-sm italic">({rechnung.services})</span>
|
||||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
<div class="mb-4 flex flex-row items-center gap-4">
|
||||
<div class="w-full border rounded-lg my-2">
|
||||
|
||||
Reference in New Issue
Block a user