General clean up and making things a least look real.

This commit is contained in:
Scott Idem
2024-03-20 16:33:36 -04:00
parent 84e3098b72
commit e21b7ef584
8 changed files with 565 additions and 271 deletions

View File

@@ -108,8 +108,19 @@ $: if ($events_sess.stripe && $events_sess.stripe.license_qty >= 0 || $events_se
</h2>
{#if $events_loc?.leads.auth_exhibit_kv[$events_slct.exhibit_id]}
{#if $event_exhibit_obj?.paid}
{#if $event_exhibit_obj?.priority}
<h3 class="h4">Marked as Paid</h3>
<div class="border-2 border-primary p-2 variant-soft-success space-y-4">
<p>Thank you for your payment. You have purchased {$event_exhibit_obj?.license_max} user license(s) for the lead retrieval service with your booth at ISHLT 2024 in Prague.</p>
{#if $event_exhibit_obj?.leads_device_sm_qty > 0}
<p>You have also rented {$event_exhibit_obj?.leads_device_sm_qty} tablet(s) for using with the lead retrievals. You will be able to pick up your rental tablets at ISHLT's onsite registration.</p>
{:else}
<p>You have not rented any tablets for scanning. You can use your own device(s) with this service.</p>
{/if}
</div>
{:else}
<h3 class="h4">Not Marked as Paid</h3>