+
+
+
+
+
+
+
+ {#if activePath}
+
+ 현재: {activePath}
+
+ {/if}
+
+
+
+
+
+ {total}건
+
+
+
+ {#if docsLoading}
+
+ {#each Array(5) as _}{/each}
+
+ {:else if docs.length === 0}
+
+ {:else}
+
+ {#each docs as doc (doc.id)}
+
+ {/each}
+
+
+
+ {#if total > 20}
+
+
+ {activePage} / {Math.ceil(total / 20)}
+
+
+ {/if}
+ {/if}
+
+