{#if classes.length == 0}
TODO CREATE TABLE
{:else}
Add New Class
{#if model.model_type == 2}
{#if selected_class?.status == 1}
Class to train
{:else if selected_class?.status == 2}
Class training
{:else if selected_class?.status == 3}
Class trained
{/if}
{:else}
Class to train
{/if}
{#each image_list as image}
File Path
Mode
{/each}
{#if image.file_path == 'id://'}
Managed
{:else}
{image.file_path}
{/if}
{#if image.mode == 2}
Testing
{:else}
Training
{/if}
{#if image.file_path == 'id://'}
{:else}
TODO img {image.file_path}
{/if}
{#if image.status == 1}
{:else}
{/if}