objectives

{#if !loading && !error} {objectives.length} {/if}
{#if loading}

Loading objectives…

{:else if error}

{error}

{:else if objectives.length === 0}

No objectives found.

{:else}
    {#each objectives as objective (objective.id)}
  • {objective.title} {objective.state}
  • {/each}
{/if} {#if invalidRecordCount > 0}

{invalidRecordCount} invalid objective record(s) hidden.

{/if}