{#if sending.value} {/if}

Create website

Create website

{#if data.totalWebsiteCount > 0}

All websites

Search & Filter
    {#each data.websites as { id, user_id, content_type, title, created_at, collab } (id)}
  • {title}

    • Type: {content_type}
    • Created at:

    Update website

    Delete website

    Caution! Deleting this website will irretrievably erase all data.

  • {/each}
{/if}