{#if sending.value} {/if}

Create article

Create article

Import articles

{#if data.totalArticleCount > 0}

All articles

Export articles
Search & Filter
    {#each data.articles as { id, user_id, title, article_weight, docs_category } (id)}
  • {title} {article_weight ? `(${article_weight})` : ""} {#if docs_category?.category_name}
    {docs_category.category_name} {/if}

    Edit

    Delete article

    Caution! Deleting this article will irretrievably erase all data.

  • {/each}
{/if}