+
+ {#if (row.active_unique_ips ?? 0) > 0}
+
+ {row.active_unique_ips ?? 0}
+ {#if row.max_unique_ips != null}
+ /{row.max_unique_ips}
+ {/if}
+
+ {:else}
+
+ {row.active_unique_ips ?? 0}
+ {#if row.max_unique_ips != null}
+ / {row.max_unique_ips}
+ {/if}
+
+ {/if}
+
+
{row.expiration_rfc3339 ? new Date(row.expiration_rfc3339).toLocaleString() : '—'}
+ e.stopPropagation()}>
+
+
+
+
+ {#snippet child({ props })}
+
+ {/snippet}
+
+
+ openUser(row.username)}>
+ Открыть карточку
+
+ uname && copy(uname)}
+ >
+ Копировать имя
+
+
+
+
+
{/each}