temp(badges): comment out pronouns and lead scanning for Axonius 2026

Lead scanning was canceled last-minute; pronouns not on this badge template.
Both blocks left in source with AXONIUS 2026 markers for easy restoration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-04-13 23:14:35 -04:00
parent 5203104fef
commit 430d39231d

View File

@@ -1314,7 +1314,8 @@ let allow_tracking_open = $derived(
{/if}<!-- field_shown: location --> {/if}<!-- field_shown: location -->
<!-- === ALLOW TRACKING (Lead Scanning) === --> <!-- === ALLOW TRACKING (Lead Scanning) === -->
{#if field_shown('allow_tracking')} <!-- AXONIUS 2026: Lead scanning canceled — commented out temporarily -->
<!-- {#if field_shown('allow_tracking')} -->
<div <div
class="field-card overflow-hidden rounded-lg" class="field-card overflow-hidden rounded-lg"
class:field-card--active={active_field === class:field-card--active={active_field ===
@@ -1454,10 +1455,11 @@ let allow_tracking_open = $derived(
</div> </div>
</div> </div>
</div> </div>
{/if}<!-- field_shown: allow_tracking --> <!-- {/if} --><!-- field_shown: allow_tracking -->
<!-- === PRONOUNS === --> <!-- === PRONOUNS === -->
{#if field_shown('pronouns')} <!-- AXONIUS 2026: not on this badge template — commented out temporarily -->
<!-- {#if field_shown('pronouns')} -->
<div <div
class="field-card overflow-hidden rounded-lg" class="field-card overflow-hidden rounded-lg"
class:field-card--active={active_field === 'pronouns'}> class:field-card--active={active_field === 'pronouns'}>
@@ -1529,7 +1531,7 @@ let allow_tracking_open = $derived(
</div> </div>
</div> </div>
</div> </div>
{/if}<!-- field_shown: pronouns --> <!-- {/if} --><!-- field_shown: pronouns -->
</div> </div>
<!-- ctrl-accordion-inner attendee --> <!-- ctrl-accordion-inner attendee -->
</div> </div>