General clean up and making things a least look real.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user