{#if data.user.plan === 'owner'}
{:else if data.user.plan === 'pro'}
{#if data.isPolar}
Cancel Plan
{:else}
Cancel Plan
Cancel plan?
Your subscription will still be valid until
the next billing
{#if $submittingCancelSubscription}
{/if}
Proceed
{/if}
{:else}
{/if}