| 38 | {#if headScore} 39 | {#each zip(payload.result[0].children, headScore) as [axis, score]} 40 | {#if axis.type === 'axis'} 41 | |
42 |
43 | |
46 | {/if}
47 | {/each}
48 | {:else}
49 | {#each payload.result[0].children as axis}
50 | {#if axis.type === 'axis'}
51 |
52 | {axis.value} 53 | |
54 | {/if}
55 | {/each}
56 | {/if}
57 |
|---|
{dl.filename ? dl.filename : dl.uuid}
66 |67 | Created at: {dl.formattedCreatedAt} 68 | Updated at: {dl.formattedUpdatedAt} 69 |
70 |URL: {dl.download_url}
71 |Save in: {dl.save_in}
72 | {#if dl.total_size !== 0} 73 |Result: {dl.result}
84 | {/if} 85 |150 | {file.name} 151 |
152 |153 | {file.formattedDatetime} 154 |
155 |156 | {file.formattedSize} 157 |
158 | 159 |No more content.
192 | {/if} 193 |No more content.
319 | {/if} 320 |